Shreyas094
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -532,7 +532,7 @@ Your response should be detailed, informative, accurate, and directly relevant t
|
|
532 |
if model == "groq":
|
533 |
response = groq_client.chat.completions.create(
|
534 |
messages=messages,
|
535 |
-
model="llama-3.1-8b-
|
536 |
max_tokens=8192,
|
537 |
temperature=temperature,
|
538 |
top_p=0.9,
|
|
|
532 |
if model == "groq":
|
533 |
response = groq_client.chat.completions.create(
|
534 |
messages=messages,
|
535 |
+
model="llama-3.1-8b-instant",
|
536 |
max_tokens=8192,
|
537 |
temperature=temperature,
|
538 |
top_p=0.9,
|