captain-awesome commited on
Commit
14df33b
·
verified ·
1 Parent(s): 3da820b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -144,7 +144,7 @@ def get_response(user_input):
144
  # )
145
 
146
  llm = HuggingFacePipeline.from_model_id(
147
- model_id="llmware/bling-falcon-1b-0.1",
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
  )