Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -150,7 +150,7 @@ def get_conversation_chain(vectorstore:FAISS) -> ConversationalRetrievalChain:
|
|
150 |
# model_kwargs={"temperature": 0.5, "max_new_tokens": 1024, "max_length": 1048, "top_k": 3, "trust_remote_code": True, "torch_dtype": "auto"},
|
151 |
#)
|
152 |
|
153 |
-
llm = GPT4All("TheBloke/Orca-2-13B-GGUF")
|
154 |
# llm = ChatOpenAI(temperature=0, model="gpt-3.5-turbo-0613")
|
155 |
|
156 |
|
|
|
150 |
# model_kwargs={"temperature": 0.5, "max_new_tokens": 1024, "max_length": 1048, "top_k": 3, "trust_remote_code": True, "torch_dtype": "auto"},
|
151 |
#)
|
152 |
|
153 |
+
llm = GPT4All("https://huggingface.co/TheBloke/Orca-2-13B-SFT_v5-GGUF/blob/main/orca-2-13b-sft_v5.Q6_K.gguf")
|
154 |
# llm = ChatOpenAI(temperature=0, model="gpt-3.5-turbo-0613")
|
155 |
|
156 |
|