Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
|
@@ -92,10 +92,10 @@ Only produce the summary after fully reading and understanding the input text.
|
|
| 92 |
"messages": messages,
|
| 93 |
"stream": False,
|
| 94 |
"max_tokens": 1000,
|
| 95 |
-
"temperature": 0.
|
| 96 |
-
"presence_penalty": 0.3,
|
| 97 |
-
"frequency_penalty": 0.3,
|
| 98 |
-
"extra_body": {"repetition_penalty": 0.5},
|
| 99 |
}
|
| 100 |
|
| 101 |
return client.chat.completions.create(**request_params)
|
|
|
|
| 92 |
"messages": messages,
|
| 93 |
"stream": False,
|
| 94 |
"max_tokens": 1000,
|
| 95 |
+
"temperature": 0.1,
|
| 96 |
+
#"presence_penalty": 0.3,
|
| 97 |
+
#"frequency_penalty": 0.3,
|
| 98 |
+
#"extra_body": {"repetition_penalty": 0.5},
|
| 99 |
}
|
| 100 |
|
| 101 |
return client.chat.completions.create(**request_params)
|