Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
|
| 10 |
def respond(
|
| 11 |
message,
|
| 12 |
history: list[tuple[str, str]],
|
| 13 |
-
max_tokens,
|
| 14 |
temperature,
|
| 15 |
top_p,
|
| 16 |
):
|
|
|
|
| 10 |
def respond(
|
| 11 |
message,
|
| 12 |
history: list[tuple[str, str]],
|
| 13 |
+
max_tokens = 2048,
|
| 14 |
temperature,
|
| 15 |
top_p,
|
| 16 |
):
|