CORVO-AI commited on
Commit
ec83129
·
verified ·
1 Parent(s): f4666b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.9,
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": {