Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -106,7 +106,7 @@ def chat_with_assistant(user_input, chat_history, bot_id, workspace_id):
|
|
| 106 |
"prompt": {
|
| 107 |
"messages": chat_history, # from user request
|
| 108 |
"model": "gpt-4o",
|
| 109 |
-
"temperature": 0.
|
| 110 |
"signatureVersion": "Jan-2024"
|
| 111 |
},
|
| 112 |
"variables": {
|
|
|
|
| 106 |
"prompt": {
|
| 107 |
"messages": chat_history, # from user request
|
| 108 |
"model": "gpt-4o",
|
| 109 |
+
"temperature": 0.75,
|
| 110 |
"signatureVersion": "Jan-2024"
|
| 111 |
},
|
| 112 |
"variables": {
|