shivakerur99 commited on
Commit
6774487
1 Parent(s): f7daa01

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -105,7 +105,7 @@ async def process_data(data: DataInput):
105
  db = FAISS.from_documents(docs, embeddings)
106
 
107
  llm = HuggingFaceEndpoint(
108
- repo_id="google/flan-t5-base",
109
  temperature=0.5
110
  )
111
 
 
105
  db = FAISS.from_documents(docs, embeddings)
106
 
107
  llm = HuggingFaceEndpoint(
108
+ repo_id="google/flan-t5-xxl",
109
  temperature=0.5
110
  )
111