Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ def completion(history, model, system_prompt, tools=None):
|
|
53 |
"max_tokens": 1000,
|
54 |
"temperature": 0.4,
|
55 |
"frequency_penalty": 0.5,
|
56 |
-
"top_p": 0.
|
57 |
"extra_body": {"repetition_penalty": 0.5},
|
58 |
}
|
59 |
if tools:
|
|
|
53 |
"max_tokens": 1000,
|
54 |
"temperature": 0.4,
|
55 |
"frequency_penalty": 0.5,
|
56 |
+
"top_p": 0.9,
|
57 |
"extra_body": {"repetition_penalty": 0.5},
|
58 |
}
|
59 |
if tools:
|