Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -63,7 +63,7 @@ def get_conversation_chain(vectorstore:FAISS) -> ConversationalRetrievalChain:
|
|
| 63 |
# llm = ChatOpenAI(temperature=0, model="gpt-3.5-turbo-0613")
|
| 64 |
llm = HuggingFaceHub(
|
| 65 |
#repo_id="mistralai/Mistral-7B-Instruct-v0.2",
|
| 66 |
-
repo_id="
|
| 67 |
#repo_id="TheBloke/Mixtral-8x7B-Instruct-v0.1-GGUF"
|
| 68 |
model_kwargs={"temperature": 0.5, "max_length": 2048},
|
| 69 |
)
|
|
|
|
| 63 |
# llm = ChatOpenAI(temperature=0, model="gpt-3.5-turbo-0613")
|
| 64 |
llm = HuggingFaceHub(
|
| 65 |
#repo_id="mistralai/Mistral-7B-Instruct-v0.2",
|
| 66 |
+
repo_id="google/gemma-2-9b",
|
| 67 |
#repo_id="TheBloke/Mixtral-8x7B-Instruct-v0.1-GGUF"
|
| 68 |
model_kwargs={"temperature": 0.5, "max_length": 2048},
|
| 69 |
)
|