Fecalisboa commited on
Commit
ce1efe0
·
verified ·
1 Parent(s): 7fed64d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ api_token = os.getenv("HF_TOKEN")
20
 
21
 
22
 
23
- list_llm = ["meta-llama/Meta-Llama-3-8B-Instruct", "mistralai/Mistral-7B-Instruct-v0.3","cnmoro/Mistral-7B-Portuguese"]
24
  list_llm_simple = [os.path.basename(llm) for llm in list_llm]
25
 
26
  # Load PDF document and create doc splits
 
20
 
21
 
22
 
23
+ list_llm = ["meta-llama/Meta-Llama-3-8B-Instruct", "mistralai/Mistral-7B-Instruct-v0.3","google/flan-t5-base"]
24
  list_llm_simple = [os.path.basename(llm) for llm in list_llm]
25
 
26
  # Load PDF document and create doc splits