YchKhan commited on
Commit
103e5a5
·
verified ·
1 Parent(s): 58ce94e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ Example: ["Insight 1", "Insight 3", "Insight 5"]"""
143
 
144
 
145
  def ask_llm(user_message, model='llama-3.3-70b-versatile', system_prompt=search_prompt):
146
- client = Groq(api_key=os.environ.get("GROQ_API_KEY"))
147
 
148
  response = client.chat.completions.create(
149
  model=model,
 
143
 
144
 
145
  def ask_llm(user_message, model='llama-3.3-70b-versatile', system_prompt=search_prompt):
146
+ client = Groq(api_key=os.environ.get("GROQ_API_KEY"))
147
 
148
  response = client.chat.completions.create(
149
  model=model,