Fixed InferKit API requests sending a default top_p value instead of the user-selected value

This commit is contained in:
KoboldAI Dev 2021-05-04 11:48:24 -04:00
parent f994d6d18b
commit 0ce77f4875
1 changed files with 1 additions and 1 deletions

View File

@ -553,7 +553,7 @@ def ikrequest(txt):
'startFromBeginning': False,
'streamResponse': False,
'temperature': vars.temp,
'topP': 0.9
'topP': vars.top_p
}
# Create request