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