kodetr commited on
Commit
aa8ff05
·
verified ·
1 Parent(s): 38540df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -17,8 +17,8 @@ from langchain.memory import ConversationBufferMemory
17
  from langchain_community.llms import HuggingFaceEndpoint
18
  import torch
19
 
20
- list_llm = ["kodetr/stunting-qa-v3", "kodetr/stunting-qa-v2"]
21
- # list_llm = ["kodetr/stunting-qa-v3", "meta-llama/Meta-Llama-3-8B-Instruct"]
22
  list_llm_simple = [os.path.basename(llm) for llm in list_llm]
23
 
24
  # Load and split PDF document
 
17
  from langchain_community.llms import HuggingFaceEndpoint
18
  import torch
19
 
20
+ # list_llm = ["kodetr/stunting-qa-v3", "kodetr/stunting-qa-v2"]
21
+ list_llm = ["kodetr/stunting-qa-v3", "meta-llama/Meta-Llama-3-8B-Instruct"]
22
  list_llm_simple = [os.path.basename(llm) for llm in list_llm]
23
 
24
  # Load and split PDF document