bump temp
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ Think through your response step by step.
|
|
23 |
async def start_chat():
|
24 |
settings = {
|
25 |
"model": "gpt-3.5-turbo",
|
26 |
-
"temperature": 0,
|
27 |
"max_tokens": 500,
|
28 |
"top_p": 1,
|
29 |
"frequency_penalty": 0,
|
|
|
23 |
async def start_chat():
|
24 |
settings = {
|
25 |
"model": "gpt-3.5-turbo",
|
26 |
+
"temperature": 0.7,
|
27 |
"max_tokens": 500,
|
28 |
"top_p": 1,
|
29 |
"frequency_penalty": 0,
|