Shreyas094 commited on
Commit
ead0fa7
1 Parent(s): 9a34e6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -496,7 +496,7 @@ Instructions:
496
  if model == "groq":
497
  response = groq_client.chat.completions.create(
498
  messages=messages,
499
- model="llama-3.1-70b-instant",
500
  max_tokens=5500,
501
  temperature=temperature,
502
  top_p=0.9,
 
496
  if model == "groq":
497
  response = groq_client.chat.completions.create(
498
  messages=messages,
499
+ model="llama-3.1-70b-versatile",
500
  max_tokens=5500,
501
  temperature=temperature,
502
  top_p=0.9,