Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ def respond(
|
|
38 |
message,
|
39 |
history: list[tuple[str, str]],
|
40 |
system_message=SYSTEM_MESSAGE,
|
41 |
-
max_tokens=
|
42 |
temperature=0.7,
|
43 |
top_p=0.95,
|
44 |
):
|
|
|
38 |
message,
|
39 |
history: list[tuple[str, str]],
|
40 |
system_message=SYSTEM_MESSAGE,
|
41 |
+
max_tokens=140,
|
42 |
temperature=0.7,
|
43 |
top_p=0.95,
|
44 |
):
|