CORVO-AI commited on
Commit
c626b1c
·
verified ·
1 Parent(s): 4794b30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -172,12 +172,12 @@ def chat_with_assistant(user_input, chat_history, bot_id, workspace_id):
172
  "type": "anthropic:generateContent",
173
  "input": {
174
  "model": {
175
- "id": "claude-3-7-sonnet-reasoning-20250219"
176
  },
177
  "systemPrompt": system_prompt,
178
  "messages": messages,
179
- "temperature": 0.75,
180
- "topP": 1,
181
  "debug": False,
182
  }
183
  }
 
172
  "type": "anthropic:generateContent",
173
  "input": {
174
  "model": {
175
+ "id": "claude-3-7-sonnet-20250219"
176
  },
177
  "systemPrompt": system_prompt,
178
  "messages": messages,
179
+ "temperature": 0.2,
180
+ "topP": 0.95,
181
  "debug": False,
182
  }
183
  }