Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -74,7 +74,7 @@ def get_vectorstore(text_chunks):
|
|
| 74 |
|
| 75 |
def get_conversation_chain(vectorstore):
|
| 76 |
llm = HuggingFaceHub(
|
| 77 |
-
repo_id="google/flan-t5-
|
| 78 |
model_kwargs={"temperature": 0.5, "max_length": 1024},
|
| 79 |
|
| 80 |
)
|
|
|
|
| 74 |
|
| 75 |
def get_conversation_chain(vectorstore):
|
| 76 |
llm = HuggingFaceHub(
|
| 77 |
+
repo_id="google/flan-t5-large",
|
| 78 |
model_kwargs={"temperature": 0.5, "max_length": 1024},
|
| 79 |
|
| 80 |
)
|