YchKhan commited on
Commit
81a66f8
·
verified ·
1 Parent(s): bcb90e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ No details or explainations are required, just the results in the required **JSO
62
  """
63
 
64
 
65
- def ask_ollama(user_message, model='llama-3-8b', system_prompt=search_prompt):
66
  client = Groq(api_key=os.environ.get("GROQ_API_KEY"))
67
 
68
  response = client.chat.completions.create(
 
62
  """
63
 
64
 
65
+ def ask_ollama(user_message, model='llama-3.3-70b-versatile', system_prompt=search_prompt):
66
  client = Groq(api_key=os.environ.get("GROQ_API_KEY"))
67
 
68
  response = client.chat.completions.create(