DHEIVER commited on
Commit
5435b87
·
verified ·
1 Parent(s): ee99560

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", "mistralai/Mistral-Small-3.1-24B-Instruct-2503"]
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