Lihongjun commited on
Commit
4607b63
·
verified ·
1 Parent(s): 96a0af7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ class SpyAgent(BasicAgent):
84
  {'role': 'system', 'content': 'You are a helpful assistant.'},
85
  {'role': 'user', 'content': prompt}
86
  ],
87
- temperature=0
88
  )
89
  try:
90
  return completion.choices[0].message.content
 
84
  {'role': 'system', 'content': 'You are a helpful assistant.'},
85
  {'role': 'user', 'content': prompt}
86
  ],
87
+ temperature=0.3
88
  )
89
  try:
90
  return completion.choices[0].message.content