Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ if submitted:
|
|
32 |
model="TinyLlama/TinyLlama-1.1B-Chat-v1.0",
|
33 |
messages=messages,
|
34 |
temperature=0.5,
|
35 |
-
max_tokens=
|
36 |
top_p=0.7,
|
37 |
stream=True
|
38 |
)
|
|
|
32 |
model="TinyLlama/TinyLlama-1.1B-Chat-v1.0",
|
33 |
messages=messages,
|
34 |
temperature=0.5,
|
35 |
+
max_tokens=300,
|
36 |
top_p=0.7,
|
37 |
stream=True
|
38 |
)
|