Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def respond(
|
|
26 |
|
27 |
for message in client.chat_completion(
|
28 |
messages,
|
29 |
-
max_tokens=
|
30 |
stream=True,
|
31 |
temperature=temperature,
|
32 |
top_p=top_p,
|
|
|
26 |
|
27 |
for message in client.chat_completion(
|
28 |
messages,
|
29 |
+
max_tokens=maxtokens,
|
30 |
stream=True,
|
31 |
temperature=temperature,
|
32 |
top_p=top_p,
|