Spaces:
Build error
Build error
Update app.py
Browse files
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 |
-
|
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
|