Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -227,7 +227,6 @@ def chat_with_assistant(user_input, chat_history, bot_id, workspace_id, temperat
|
|
| 227 |
},
|
| 228 |
"systemPrompt": system_prompt,
|
| 229 |
"messages": messages,
|
| 230 |
-
"temperature": temperature,
|
| 231 |
"debug": False,
|
| 232 |
}
|
| 233 |
}
|
|
|
|
| 227 |
},
|
| 228 |
"systemPrompt": system_prompt,
|
| 229 |
"messages": messages,
|
|
|
|
| 230 |
"debug": False,
|
| 231 |
}
|
| 232 |
}
|