YchKhan commited on
Commit
622bbed
·
verified ·
1 Parent(s): 1936f0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ Reference json:
100
  }
101
  """
102
 
103
- def ask_llm(user_message, model='llama-3.3-70b-versatile', system_prompt="You are a helpful assistant."):
104
  client = Groq(api_key=os.environ.get("GROQ_API_KEY"))
105
 
106
  response = client.chat.completions.create(
 
100
  }
101
  """
102
 
103
+ def ask_llm(user_message, model='deepseek-r1-distill-llama-70b', system_prompt="You are a helpful assistant."):
104
  client = Groq(api_key=os.environ.get("GROQ_API_KEY"))
105
 
106
  response = client.chat.completions.create(