Sammaali commited on
Commit
3d40167
·
verified ·
1 Parent(s): 301810c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def generate_question(text):
31
  messages=[
32
  {"role": "user", "content": prompt}
33
  ],
34
- temperature=0.7
35
  )
36
 
37
  return response.choices[0].message.content
 
31
  messages=[
32
  {"role": "user", "content": prompt}
33
  ],
34
+ temperature=0.3
35
  )
36
 
37
  return response.choices[0].message.content