Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ from langchain_community.embeddings import HuggingFaceEmbeddings
|
|
| 12 |
from langchain.memory import ConversationBufferMemory
|
| 13 |
from langchain_community.llms import HuggingFaceEndpoint
|
| 14 |
|
| 15 |
-
list_llm = ["meta-llama/Meta-Llama-3-8B-Instruct", "mistralai/Mistral-7B-Instruct-v0.2", "
|
| 16 |
list_llm_simple = [os.path.basename(llm) for llm in list_llm]
|
| 17 |
|
| 18 |
# Load and split PDF document
|
|
|
|
| 12 |
from langchain.memory import ConversationBufferMemory
|
| 13 |
from langchain_community.llms import HuggingFaceEndpoint
|
| 14 |
|
| 15 |
+
list_llm = ["meta-llama/Meta-Llama-3-8B-Instruct", "mistralai/Mistral-7B-Instruct-v0.2", "deepseek-ai/DeepSeek-R1"]
|
| 16 |
list_llm_simple = [os.path.basename(llm) for llm in list_llm]
|
| 17 |
|
| 18 |
# Load and split PDF document
|