Update app.py
Browse files
app.py
CHANGED
|
@@ -27,9 +27,9 @@ def chat_with_bot_stream(user_input):
|
|
| 27 |
})
|
| 28 |
|
| 29 |
completion = client.chat.completions.create(
|
| 30 |
-
model="llama3-70b-
|
| 31 |
messages=conversation_history,
|
| 32 |
-
temperature=
|
| 33 |
max_tokens=1024,
|
| 34 |
top_p=1,
|
| 35 |
stream=True,
|
|
|
|
| 27 |
})
|
| 28 |
|
| 29 |
completion = client.chat.completions.create(
|
| 30 |
+
model="llama3.3-70b-versatile",
|
| 31 |
messages=conversation_history,
|
| 32 |
+
temperature=0.95,
|
| 33 |
max_tokens=1024,
|
| 34 |
top_p=1,
|
| 35 |
stream=True,
|