Jiangxz01 commited on
Commit
805d359
·
verified ·
1 Parent(s): a378bb2

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -66,7 +66,8 @@ Follow this example structure:
66
  messages=[
67
  {"role": "system", "content": system_prompt},
68
  {"role": "user", "content": input_text}
69
- ]
 
70
  )
71
  return response.choices[0].message.content
72
 
 
66
  messages=[
67
  {"role": "system", "content": system_prompt},
68
  {"role": "user", "content": input_text}
69
+ ],
70
+ temperature=1
71
  )
72
  return response.choices[0].message.content
73