Spaces:
Build error
Build error
Commit ·
52fcc90
1
Parent(s): 707301f
Update app.py
Browse files
app.py
CHANGED
|
@@ -47,7 +47,7 @@ def ask_joe(api_key, text, clear):
|
|
| 47 |
model="gpt-4",
|
| 48 |
messages=conversation_history,
|
| 49 |
max_tokens=500,
|
| 50 |
-
temperature=0.
|
| 51 |
)
|
| 52 |
|
| 53 |
# Extract the model's message from the response
|
|
|
|
| 47 |
model="gpt-4",
|
| 48 |
messages=conversation_history,
|
| 49 |
max_tokens=500,
|
| 50 |
+
temperature=0.6
|
| 51 |
)
|
| 52 |
|
| 53 |
# Extract the model's message from the response
|