Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ def respond(message, history):
|
|
62 |
|
63 |
stream = client.chat_completion(
|
64 |
messages,
|
65 |
-
max_tokens=300,
|
66 |
temperature=1.2,
|
67 |
stream=True,
|
68 |
stop=["."]
|
|
|
62 |
|
63 |
stream = client.chat_completion(
|
64 |
messages,
|
65 |
+
max_tokens=200-300,
|
66 |
temperature=1.2,
|
67 |
stream=True,
|
68 |
stop=["."]
|