AnishaG0201 commited on
Commit
d73e077
1 Parent(s): cfa6fb2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def mathematics(topic):
15
  "3. Step-by-Step Solution: Provide a detailed, step-by-step solution, showing all the calculations or processes involved."
16
  "4. Final Answer: Clearly present the final answer, with any necessary units or explanations."
17
 
18
- "Please provide the questions you need assistance with, and I'll help you solve them using this format.solve this :{topic}"
19
  )
20
  llm = OpenAI(temperature=0.7, openai_api_key=st.secrets["OPENAI_API_KEY"])
21
  response = llm(prompt)
 
15
  "3. Step-by-Step Solution: Provide a detailed, step-by-step solution, showing all the calculations or processes involved."
16
  "4. Final Answer: Clearly present the final answer, with any necessary units or explanations."
17
 
18
+ "solve the question using this format.solve this :{topic}"
19
  )
20
  llm = OpenAI(temperature=0.7, openai_api_key=st.secrets["OPENAI_API_KEY"])
21
  response = llm(prompt)