Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ def chat_with_groq(message, history):
|
|
| 19 |
|
| 20 |
# Groq API call
|
| 21 |
completion = client.chat.completions.create(
|
| 22 |
-
model="llama-3.
|
| 23 |
messages=messages,
|
| 24 |
temperature=0.7,
|
| 25 |
max_tokens=1024,
|
|
|
|
| 19 |
|
| 20 |
# Groq API call
|
| 21 |
completion = client.chat.completions.create(
|
| 22 |
+
model="llama-3.3-70b-versatile",
|
| 23 |
messages=messages,
|
| 24 |
temperature=0.7,
|
| 25 |
max_tokens=1024,
|