Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ def get_conversation_chain(vectorstore:FAISS) -> ConversationalRetrievalChain:
|
|
57 |
#repo_id="mistralai/Mistral-7B-Instruct-v0.2",
|
58 |
#repo_id="cognitivecomputations/Llama-3-70B-Gradient-1048k-adapter",
|
59 |
#repo_id="TheBloke/Mixtral-8x7B-Instruct-v0.1-GGUF"
|
60 |
-
repo_id="
|
61 |
model_kwargs={"temperature": 0.1, "max_length": 2048},
|
62 |
)
|
63 |
|
|
|
57 |
#repo_id="mistralai/Mistral-7B-Instruct-v0.2",
|
58 |
#repo_id="cognitivecomputations/Llama-3-70B-Gradient-1048k-adapter",
|
59 |
#repo_id="TheBloke/Mixtral-8x7B-Instruct-v0.1-GGUF"
|
60 |
+
repo_id="lmstudio-community/Meta-Llama-3-8B-Instruct-GGUF",
|
61 |
model_kwargs={"temperature": 0.1, "max_length": 2048},
|
62 |
)
|
63 |
|