Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ system_propmpt = "You are a friendly Chatbot."
|
|
| 19 |
|
| 20 |
Settings.llm = HuggingFaceLLM(model_name="facebook/blenderbot-400M-distill",
|
| 21 |
device_map="auto",
|
| 22 |
-
|
| 23 |
context_window=3900,
|
| 24 |
tokenizer_kwargs={"max_length": 4096},
|
| 25 |
tokenizer_name="facebook/blenderbot-400M-distill"
|
|
|
|
| 19 |
|
| 20 |
Settings.llm = HuggingFaceLLM(model_name="facebook/blenderbot-400M-distill",
|
| 21 |
device_map="auto",
|
| 22 |
+
system_prompt = system_propmpt,
|
| 23 |
context_window=3900,
|
| 24 |
tokenizer_kwargs={"max_length": 4096},
|
| 25 |
tokenizer_name="facebook/blenderbot-400M-distill"
|