Noobian commited on
Commit
ee45ce7
1 Parent(s): a55b3cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def answer_question(question):
11
  max_tokens=1024,
12
  n=1,
13
  stop=None,
14
- temperature=0.5,
15
  ).get("choices")[0].text
16
  return response
17
 
 
11
  max_tokens=1024,
12
  n=1,
13
  stop=None,
14
+ temperature=0.7,
15
  ).get("choices")[0].text
16
  return response
17