Cartinoe5930 commited on
Commit
b074ed1
·
1 Parent(s): 9abae81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ HF_TOKEN = os.environ.get("HF_TOKEN")
8
 
9
  question_selector_map = {}
10
 
11
- model_list = ["llama", "llama-chat", "vicuna", "falcon", "falcon-instruct", "orca", "wizardlm"]
12
 
13
  with open("src/inference_endpoint.json", "r") as f:
14
  inference_endpoint = json.load(f)
 
8
 
9
  question_selector_map = {}
10
 
11
+ model_list = ["llama2", "llama2-chat", "vicuna", "falcon", "falcon-instruct", "orca", "wizardlm"]
12
 
13
  with open("src/inference_endpoint.json", "r") as f:
14
  inference_endpoint = json.load(f)