mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Frequency Penalty for OAI
This commit is contained in:
@@ -5889,6 +5889,7 @@ def oai_raw_generate(
|
||||
'max_tokens': max_new,
|
||||
'temperature': gen_settings.temp,
|
||||
'top_p': gen_settings.top_p,
|
||||
'frequency_penalty': gen_settings.rep_pen,
|
||||
'n': batch_count,
|
||||
'stream': False
|
||||
}
|
||||
|
Reference in New Issue
Block a user