CORVO-AI commited on
Commit
eb54b8e
·
verified ·
1 Parent(s): 1c5cb1e

Update app.py

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