Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ def predict(message, chatbot, system_prompt="", temperature=0.9, max_new_tokens=
|
|
29 |
max_new_tokens, # int | float (numeric value between 0 and 4096)
|
30 |
0.3, # int | float (numeric value between 0.0 and 1)
|
31 |
1, # int | float (numeric value between 1.0 and 2.0)
|
32 |
-
api_name="/
|
33 |
)
|
34 |
|
35 |
|
|
|
29 |
max_new_tokens, # int | float (numeric value between 0 and 4096)
|
30 |
0.3, # int | float (numeric value between 0.0 and 1)
|
31 |
1, # int | float (numeric value between 1.0 and 2.0)
|
32 |
+
api_name="/"
|
33 |
)
|
34 |
|
35 |
|