Update app.py
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ def chat(message, history):
|
|
| 26 |
],
|
| 27 |
|
| 28 |
# The language model which will generate the completion.
|
| 29 |
-
model="llama3-
|
| 30 |
temperature=0.5,
|
| 31 |
|
| 32 |
max_tokens=256,
|
|
|
|
| 26 |
],
|
| 27 |
|
| 28 |
# The language model which will generate the completion.
|
| 29 |
+
model="llama3-groq-70b-8192-tool-use-preview",
|
| 30 |
temperature=0.5,
|
| 31 |
|
| 32 |
max_tokens=256,
|