Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ def respond(message, history):
|
|
52 |
# iterate through each message in the method
|
53 |
for message in client.chat_completion(
|
54 |
messages,
|
55 |
-
max_tokens=
|
56 |
temperature=.1,
|
57 |
stream=True):
|
58 |
# add the tokens to the output content
|
|
|
52 |
# iterate through each message in the method
|
53 |
for message in client.chat_completion(
|
54 |
messages,
|
55 |
+
max_tokens=450,
|
56 |
temperature=.1,
|
57 |
stream=True):
|
58 |
# add the tokens to the output content
|