Fecalisboa commited on
Commit
7556e26
1 Parent(s): 04a7754

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ from langchain_community.llms import HuggingFaceEndpoint
17
  import torch
18
  api_token = os.getenv("HF_TOKEN")
19
 
20
- list_llm = ["meta-llama/Meta-Llama-3-8B-Instruct", "mistralai/Mistral-7B-Instruct-v0.3"]
21
  list_llm_simple = [os.path.basename(llm) for llm in list_llm]
22
 
23
  # Load PDF document and create doc splits
 
17
  import torch
18
  api_token = os.getenv("HF_TOKEN")
19
 
20
+ list_llm = ["Fecalisboa/Lu_model", "mistralai/Mistral-7B-Instruct-v0.3"]
21
  list_llm_simple = [os.path.basename(llm) for llm in list_llm]
22
 
23
  # Load PDF document and create doc splits