Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ def model_chat(query: Optional[str], history: Optional[History]) -> Generator[Tu
|
|
42 |
model='dicta-il/dictalm2.0-instruct',
|
43 |
messages=messages,
|
44 |
temperature=0.7,
|
45 |
-
max_tokens=
|
46 |
top_p=0.9,
|
47 |
stream=True
|
48 |
)
|
|
|
42 |
model='dicta-il/dictalm2.0-instruct',
|
43 |
messages=messages,
|
44 |
temperature=0.7,
|
45 |
+
max_tokens=3072,
|
46 |
top_p=0.9,
|
47 |
stream=True
|
48 |
)
|