Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ def completion(history, model, system_prompt: str, tools=None):
|
|
70 |
"max_tokens": 1000,
|
71 |
"temperature": 0.2,
|
72 |
#"top_p": 0.3,
|
73 |
-
"frequency_penalty": 0.
|
74 |
"extra_body": {"repetition_penalty": 0.9}, #"min_p": 0.4 , "top_k": 15
|
75 |
}
|
76 |
if tools:
|
|
|
70 |
"max_tokens": 1000,
|
71 |
"temperature": 0.2,
|
72 |
#"top_p": 0.3,
|
73 |
+
"frequency_penalty": 0.3,
|
74 |
"extra_body": {"repetition_penalty": 0.9}, #"min_p": 0.4 , "top_k": 15
|
75 |
}
|
76 |
if tools:
|