futranbg commited on
Commit
73660ac
1 Parent(s): 893c577

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -5,9 +5,9 @@ from huggingface_hub import InferenceClient
5
  HF_TOKEN = os.environ.get("HF_TOKEN", None)
6
 
7
  model2api = [
8
- # "tiiuae/falcon-180B-chat",
9
- # "meta-llama/Llama-2-70b-chat-hf",
10
- "01-ai/Yi-34B",
11
  "codellama/CodeLlama-34b-Instruct-hf",
12
  "victor/CodeLlama-34b-Instruct-hf",
13
  "timdettmers/guanaco-33b-merged",
 
5
  HF_TOKEN = os.environ.get("HF_TOKEN", None)
6
 
7
  model2api = [
8
+ "tiiuae/falcon-180B-chat",
9
+ "meta-llama/Llama-2-70b-chat-hf",
10
+ # "01-ai/Yi-34B",
11
  "codellama/CodeLlama-34b-Instruct-hf",
12
  "victor/CodeLlama-34b-Instruct-hf",
13
  "timdettmers/guanaco-33b-merged",