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

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","facebook/xglm-4.5B"]
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","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