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 |
|
@@ -193,4 +193,5 @@ def main():
|
|
193 |
|
194 |
if __name__ == "__main__":
|
195 |
main()
|
|
|
196 |
|
|
|
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="deepseek-ai/DeepSeek-V2-Chat",
|
61 |
model_kwargs={"temperature": 0.1, "max_length": 2048},
|
62 |
)
|
63 |
|
|
|
193 |
|
194 |
if __name__ == "__main__":
|
195 |
main()
|
196 |
+
|
197 |
|