Update app.py
Browse files
app.py
CHANGED
|
@@ -27,7 +27,7 @@ def chat_with_bot_stream(user_input):
|
|
| 27 |
})
|
| 28 |
|
| 29 |
completion = client.chat.completions.create(
|
| 30 |
-
model="
|
| 31 |
messages=conversation_history,
|
| 32 |
temperature=0.95,
|
| 33 |
max_tokens=1024,
|
|
|
|
| 27 |
})
|
| 28 |
|
| 29 |
completion = client.chat.completions.create(
|
| 30 |
+
model="llama-3.3-70b-versatile",
|
| 31 |
messages=conversation_history,
|
| 32 |
temperature=0.95,
|
| 33 |
max_tokens=1024,
|