Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -79,7 +79,7 @@ Only produce the summary after fully reading and understanding the input text.
|
|
| 79 |
"stream": False,
|
| 80 |
"max_tokens": 1000,
|
| 81 |
"temperature": 0.2,
|
| 82 |
-
"presence_penalty": 0.
|
| 83 |
"frequency_penalty": 0.2,
|
| 84 |
"extra_body": {"repetition_penalty": 0.7},
|
| 85 |
}
|
|
|
|
| 79 |
"stream": False,
|
| 80 |
"max_tokens": 1000,
|
| 81 |
"temperature": 0.2,
|
| 82 |
+
"presence_penalty": 0.1,
|
| 83 |
"frequency_penalty": 0.2,
|
| 84 |
"extra_body": {"repetition_penalty": 0.7},
|
| 85 |
}
|