Shreyas094 commited on
Commit
824af1d
·
verified ·
1 Parent(s): b8a0c9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -152,7 +152,7 @@ def generate_ai_response(query: str, chat_history: str, llm_client, model: str)
152
  if model == "groq":
153
  response = groq_client.chat.completions.create(
154
  messages=messages,
155
- model="llama-3.1-70b-instant",
156
  max_tokens=500,
157
  temperature=0.7
158
  )
 
152
  if model == "groq":
153
  response = groq_client.chat.completions.create(
154
  messages=messages,
155
+ model="llama-3.1-70b-versatile",
156
  max_tokens=500,
157
  temperature=0.7
158
  )