Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ def chat_with_groq(prompt):
|
|
| 16 |
try:
|
| 17 |
chat_completion = client.chat.completions.create(
|
| 18 |
messages=[{"role": "user", "content": prompt}],
|
| 19 |
-
model="
|
| 20 |
stream=False
|
| 21 |
)
|
| 22 |
print(prompt)
|
|
|
|
| 16 |
try:
|
| 17 |
chat_completion = client.chat.completions.create(
|
| 18 |
messages=[{"role": "user", "content": prompt}],
|
| 19 |
+
model="llama3-8b-8192",
|
| 20 |
stream=False
|
| 21 |
)
|
| 22 |
print(prompt)
|