Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -104,7 +104,7 @@ def ask_llm(channel, user_message):
|
|
| 104 |
|
| 105 |
try:
|
| 106 |
response = openai_client.chat.completions.create(
|
| 107 |
-
model="gpt-
|
| 108 |
messages=[{"role": "system", "content": SYSTEM_PROMPT}] + history,
|
| 109 |
temperature=0.4,
|
| 110 |
max_tokens=600,
|
|
|
|
| 104 |
|
| 105 |
try:
|
| 106 |
response = openai_client.chat.completions.create(
|
| 107 |
+
model="gpt-4o",
|
| 108 |
messages=[{"role": "system", "content": SYSTEM_PROMPT}] + history,
|
| 109 |
temperature=0.4,
|
| 110 |
max_tokens=600,
|