Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ def completion(history, model, system_prompt: str, tools=None):
|
|
67 |
"stream": True,
|
68 |
"max_tokens": 1000,
|
69 |
"temperature": 0.1,
|
70 |
-
"
|
71 |
"extra_body": {"repetition_penalty": 1.2},
|
72 |
}
|
73 |
if tools:
|
|
|
67 |
"stream": True,
|
68 |
"max_tokens": 1000,
|
69 |
"temperature": 0.1,
|
70 |
+
"frequency_penalty": 1.1,
|
71 |
"extra_body": {"repetition_penalty": 1.2},
|
72 |
}
|
73 |
if tools:
|