Spaces:
Sleeping
Sleeping
Update groq_client.py
Browse files- groq_client.py +1 -1
groq_client.py
CHANGED
|
@@ -38,7 +38,7 @@ Use clear headings and educational language.
|
|
| 38 |
"""
|
| 39 |
|
| 40 |
completion = client.chat.completions.create(
|
| 41 |
-
model="
|
| 42 |
messages=[
|
| 43 |
{"role": "system", "content": system_prompt},
|
| 44 |
{"role": "user", "content": user_prompt}
|
|
|
|
| 38 |
"""
|
| 39 |
|
| 40 |
completion = client.chat.completions.create(
|
| 41 |
+
model="llama-3.1-8b-instant",
|
| 42 |
messages=[
|
| 43 |
{"role": "system", "content": system_prompt},
|
| 44 |
{"role": "user", "content": user_prompt}
|