Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ def chatbot(input,systemInstructions):
|
|
| 17 |
chat = openai.ChatCompletion.create(
|
| 18 |
model="gpt-3.5-turbo",
|
| 19 |
messages=messages,
|
| 20 |
-
temperature=0.
|
| 21 |
top_p=0.3,
|
| 22 |
n=1,
|
| 23 |
max_tokens = 1024,
|
|
|
|
| 17 |
chat = openai.ChatCompletion.create(
|
| 18 |
model="gpt-3.5-turbo",
|
| 19 |
messages=messages,
|
| 20 |
+
temperature=0.8,
|
| 21 |
top_p=0.3,
|
| 22 |
n=1,
|
| 23 |
max_tokens = 1024,
|