Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ def predict(message, history):
|
|
| 18 |
model='gpt-3.5-turbo',
|
| 19 |
messages= history_openai_format,
|
| 20 |
temperature=0.5,
|
| 21 |
-
frequency_penalty=1.
|
| 22 |
stream=True
|
| 23 |
)
|
| 24 |
|
|
|
|
| 18 |
model='gpt-3.5-turbo',
|
| 19 |
messages= history_openai_format,
|
| 20 |
temperature=0.5,
|
| 21 |
+
frequency_penalty=1.2,
|
| 22 |
stream=True
|
| 23 |
)
|
| 24 |
|