Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -58,8 +58,8 @@ def process(word_label, lang_label):
|
|
| 58 |
try:
|
| 59 |
stream = client.chat.completions.create(
|
| 60 |
messages=messages,
|
| 61 |
-
temperature=0.
|
| 62 |
-
top_p=0.
|
| 63 |
max_tokens=1024,
|
| 64 |
stream=True
|
| 65 |
)
|
|
|
|
| 58 |
try:
|
| 59 |
stream = client.chat.completions.create(
|
| 60 |
messages=messages,
|
| 61 |
+
temperature=0.7,
|
| 62 |
+
top_p=0.9,
|
| 63 |
max_tokens=1024,
|
| 64 |
stream=True
|
| 65 |
)
|