Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -147,7 +147,7 @@ def get_response(user_input):
|
|
| 147 |
# )
|
| 148 |
# llm = pipeline(task="conversational", model="facebook/blenderbot-400M-distill")
|
| 149 |
llm = LlamaCpp(
|
| 150 |
-
model_path="
|
| 151 |
temperature=0.75,
|
| 152 |
max_tokens=2000,
|
| 153 |
top_p=1,
|
|
|
|
| 147 |
# )
|
| 148 |
# llm = pipeline(task="conversational", model="facebook/blenderbot-400M-distill")
|
| 149 |
llm = LlamaCpp(
|
| 150 |
+
model_path="tinyllama-1.1b-chat-v1.0.Q4_0.gguf",
|
| 151 |
temperature=0.75,
|
| 152 |
max_tokens=2000,
|
| 153 |
top_p=1,
|