Shreyas094 commited on
Commit
7560c54
·
verified ·
1 Parent(s): b23e9ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-instruct",
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,