Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -96,7 +96,7 @@ Only return the translated text.
|
|
| 96 |
try:
|
| 97 |
response = client.chat_completion(
|
| 98 |
prompt,
|
| 99 |
-
|
| 100 |
temperature=0.2
|
| 101 |
)
|
| 102 |
|
|
|
|
| 96 |
try:
|
| 97 |
response = client.chat_completion(
|
| 98 |
prompt,
|
| 99 |
+
max_tokens=200,
|
| 100 |
temperature=0.2
|
| 101 |
)
|
| 102 |
|