Koomemartin commited on
Commit
a5cfe8c
·
verified ·
1 Parent(s): d644174

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ client=Groq(api_key=groq_api_key)
14
 
15
  def get_response(query):
16
 
17
- response=client.chat.compeletions.create(
18
 
19
  messages=[
20
  {"role":"system","content":"You are a math assistant. Your role is to solve math problems with a detailed, step-by-step solution. Be clear and concise in each step. If there are multiple approaches, select the most efficient method. Include any formulas or key concepts used, and provide the final answer at the end."},
 
14
 
15
  def get_response(query):
16
 
17
+ response=client.chat.completions.create(
18
 
19
  messages=[
20
  {"role":"system","content":"You are a math assistant. Your role is to solve math problems with a detailed, step-by-step solution. Be clear and concise in each step. If there are multiple approaches, select the most efficient method. Include any formulas or key concepts used, and provide the final answer at the end."},