Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ llm = HuggingFaceEndpoint(
|
|
| 15 |
repo_id="mistralai/Mistral-7B-Instruct-v0.3",
|
| 16 |
huggingfacehub_api_token=HF_TOKEN.strip(),
|
| 17 |
temperature=0.7,
|
| 18 |
-
max_new_tokens=
|
| 19 |
)
|
| 20 |
|
| 21 |
# Define state class for managing the ticket state
|
|
|
|
| 15 |
repo_id="mistralai/Mistral-7B-Instruct-v0.3",
|
| 16 |
huggingfacehub_api_token=HF_TOKEN.strip(),
|
| 17 |
temperature=0.7,
|
| 18 |
+
max_new_tokens=150,
|
| 19 |
)
|
| 20 |
|
| 21 |
# Define state class for managing the ticket state
|