Dooratre commited on
Commit
8620443
·
verified ·
1 Parent(s): 2906a4c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -107,7 +107,7 @@ def install_bot_integration(bot_id, workspace_id):
107
  # Integration payload
108
  payload = {
109
  "integrations": {
110
- "intver_01K235NKSVEGFZAJ7E0MT2N647": {
111
  "enabled": True
112
  }
113
  }
@@ -223,7 +223,7 @@ def chat_with_assistant(user_input, chat_history, bot_id, workspace_id, temperat
223
  "type": "openai:generateContent",
224
  "input": {
225
  "model": {
226
- "id": "gpt-5-2025-08-07"
227
  },
228
  "systemPrompt": system_prompt,
229
  "messages": messages,
 
107
  # Integration payload
108
  payload = {
109
  "integrations": {
110
+ "intver_01KCHBZMZEM2017N9C0ND1STA5": {
111
  "enabled": True
112
  }
113
  }
 
223
  "type": "openai:generateContent",
224
  "input": {
225
  "model": {
226
+ "id": "gpt-5.2-2025-12-11"
227
  },
228
  "systemPrompt": system_prompt,
229
  "messages": messages,