Vinsmart06 commited on
Commit
9c03cf4
·
verified ·
1 Parent(s): d0ae852

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -170,7 +170,7 @@ FINAL: your_precise_answer"""
170
  response = self.client.chat.completions.create(
171
  #model="gpt-4o-mini",
172
  model ="gpt-5.2-chat-latest",
173
- temperature=0.3,
174
  messages=[{"role": "system", "content": "You are a scientific agent. Always use tools to verify facts before answering."},
175
  {"role": "user", "content": prompt}]
176
  )
 
170
  response = self.client.chat.completions.create(
171
  #model="gpt-4o-mini",
172
  model ="gpt-5.2-chat-latest",
173
+ temperature=1,
174
  messages=[{"role": "system", "content": "You are a scientific agent. Always use tools to verify facts before answering."},
175
  {"role": "user", "content": prompt}]
176
  )