CORVO-AI commited on
Commit
2aaf46d
·
verified ·
1 Parent(s): 7fb4ed3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -222,8 +222,8 @@ def chat_with_assistant(user_input, chat_history, bot_id, workspace_id):
222
  },
223
  "systemPrompt": system_prompt,
224
  "messages": messages,
225
- "temperature": 0.5,
226
- "topP": 1,
227
  "debug": False,
228
  }
229
  }
 
222
  },
223
  "systemPrompt": system_prompt,
224
  "messages": messages,
225
+ "temperature": 0.9,
226
+ "topP": 0.95,
227
  "debug": False,
228
  }
229
  }