Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -144,7 +144,7 @@ def get_response(user_input):
|
|
| 144 |
# )
|
| 145 |
|
| 146 |
llm = HuggingFacePipeline.from_model_id(
|
| 147 |
-
model_id="
|
| 148 |
task="text2text-generation",
|
| 149 |
# model_kwargs={"temperature": 0.2},
|
| 150 |
)
|
|
|
|
| 144 |
# )
|
| 145 |
|
| 146 |
llm = HuggingFacePipeline.from_model_id(
|
| 147 |
+
model_id="lmsys/fastchat-t5-3b-v1.0",
|
| 148 |
task="text2text-generation",
|
| 149 |
# model_kwargs={"temperature": 0.2},
|
| 150 |
)
|