Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ client = InferenceClient("microsoft/Phi-3-mini-4k-instruct")
|
|
9 |
def respond(
|
10 |
message,
|
11 |
history: list[tuple[str, str]],
|
12 |
-
max_tokens=
|
13 |
temperature=0.7,
|
14 |
top_p=0.95,
|
15 |
):
|
|
|
9 |
def respond(
|
10 |
message,
|
11 |
history: list[tuple[str, str]],
|
12 |
+
max_tokens=512,
|
13 |
temperature=0.7,
|
14 |
top_p=0.95,
|
15 |
):
|