raannakasturi commited on
Commit
1d27b45
·
1 Parent(s): 5ad0e38

Update LLM model references in app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ from langchain.memory import ConversationBufferMemory
15
  from langchain_community.llms import HuggingFaceEndpoint
16
  import torch
17
 
18
- list_llm = ["meta-llama/Llama-3.3-70B-Instruct", "Qwen/Qwen2-VL-7B-Instruct"]
19
  list_llm_simple = [os.path.basename(llm) for llm in list_llm]
20
 
21
  # Load and split PDF document
 
15
  from langchain_community.llms import HuggingFaceEndpoint
16
  import torch
17
 
18
+ list_llm = ["meta-llama/Meta-Llama-3-8B-Instruct", "mistralai/Mistral-7B-Instruct-v0.2"]
19
  list_llm_simple = [os.path.basename(llm) for llm in list_llm]
20
 
21
  # Load and split PDF document