JPLTedCas commited on
Commit
d10d5d9
·
verified ·
1 Parent(s): d57a4cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,7 +149,7 @@ def get_conversation_chain(vectorstore:FAISS) -> ConversationalRetrievalChain:
149
  # model_kwargs={"temperature": 0.5, "max_new_tokens": 1024, "max_length": 1048, "top_k": 3, "trust_remote_code": True, "torch_dtype": "auto"},
150
  #)
151
  llm = HuggingFaceHub(
152
- repo_id="microsoft/Orca-2-13b",
153
  model_kwargs={"temperature": 0.5, "max_new_tokens": 1024, "max_length": 1048, "top_k": 3, "trust_remote_code": True, "torch_dtype": "auto"},
154
  )
155
  # llm = ChatOpenAI(temperature=0, model="gpt-3.5-turbo-0613")
 
149
  # model_kwargs={"temperature": 0.5, "max_new_tokens": 1024, "max_length": 1048, "top_k": 3, "trust_remote_code": True, "torch_dtype": "auto"},
150
  #)
151
  llm = HuggingFaceHub(
152
+ repo_id="TheBloke/Orca-2-13B-GGUF",
153
  model_kwargs={"temperature": 0.5, "max_new_tokens": 1024, "max_length": 1048, "top_k": 3, "trust_remote_code": True, "torch_dtype": "auto"},
154
  )
155
  # llm = ChatOpenAI(temperature=0, model="gpt-3.5-turbo-0613")