Update app.py
Browse files
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
|