Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,8 +9,8 @@ import time
|
|
| 9 |
llm = HuggingFaceEndpoint(
|
| 10 |
repo_id="mistralai/Mistral-7B-Instruct-v0.3",
|
| 11 |
task="text-generation",
|
| 12 |
-
max_new_tokens=
|
| 13 |
-
temperature=0.
|
| 14 |
do_sample=False,
|
| 15 |
)
|
| 16 |
|
|
|
|
| 9 |
llm = HuggingFaceEndpoint(
|
| 10 |
repo_id="mistralai/Mistral-7B-Instruct-v0.3",
|
| 11 |
task="text-generation",
|
| 12 |
+
max_new_tokens=1024,
|
| 13 |
+
temperature=0.1,
|
| 14 |
do_sample=False,
|
| 15 |
)
|
| 16 |
|