CORVO-AI commited on
Commit
50b2a10
·
1 Parent(s): a63c528

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -107,7 +107,7 @@ def install_bot_integration(bot_id, workspace_id):
107
  # Integration payload
108
  payload = {
109
  "integrations": {
110
- "intver_01K7PZPYXKJYVTNVATPFMR130A": {
111
  "enabled": True
112
  }
113
  }
@@ -220,10 +220,10 @@ def chat_with_assistant(user_input, chat_history, bot_id, workspace_id, temperat
220
 
221
  # Prepare the payload for the API
222
  payload = {
223
- "type": "anthropic:generateContent",
224
  "input": {
225
  "model": {
226
- "id": "claude-sonnet-4-5-20250929"
227
  },
228
  "systemPrompt": system_prompt,
229
  "messages": messages,
 
107
  # Integration payload
108
  payload = {
109
  "integrations": {
110
+ "intver_01KCHBZMZEM2017N9C0ND1STA5": {
111
  "enabled": True
112
  }
113
  }
 
220
 
221
  # Prepare the payload for the API
222
  payload = {
223
+ "type": "openai:generateContent",
224
  "input": {
225
  "model": {
226
+ "id": "gpt-5.2-2025-12-11"
227
  },
228
  "systemPrompt": system_prompt,
229
  "messages": messages,