Update app.py
#2
by
Xhaheen
- opened
app.py
CHANGED
|
@@ -188,7 +188,7 @@ def chat_with_model(user_input, model, history):
|
|
| 188 |
response = client.chat.completions.create(
|
| 189 |
model=model,
|
| 190 |
messages=messages,
|
| 191 |
-
max_tokens=
|
| 192 |
temperature=0.7
|
| 193 |
)
|
| 194 |
|
|
|
|
| 188 |
response = client.chat.completions.create(
|
| 189 |
model=model,
|
| 190 |
messages=messages,
|
| 191 |
+
# max_tokens=100,
|
| 192 |
temperature=0.7
|
| 193 |
)
|
| 194 |
|