Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ def respond(
|
|
11 |
message,
|
12 |
history: list[tuple[str, str]],
|
13 |
system_message="You are a helpful assistant.",
|
14 |
-
max_tokens=
|
15 |
temperature=0.5,
|
16 |
top_p=0.9,
|
17 |
):
|
|
|
11 |
message,
|
12 |
history: list[tuple[str, str]],
|
13 |
system_message="You are a helpful assistant.",
|
14 |
+
max_tokens=2048,
|
15 |
temperature=0.5,
|
16 |
top_p=0.9,
|
17 |
):
|