Update app.py
Browse files
app.py
CHANGED
|
@@ -107,7 +107,7 @@ def install_bot_integration(bot_id, workspace_id):
|
|
| 107 |
# Integration payload
|
| 108 |
payload = {
|
| 109 |
"integrations": {
|
| 110 |
-
"
|
| 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-
|
| 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,
|