Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,6 @@ HF_TOKEN = os.environ.get("HF_TOKEN", None)
|
|
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",
|
|
|
7 |
model2api = [
|
8 |
"tiiuae/falcon-180B-chat",
|
9 |
"meta-llama/Llama-2-70b-chat-hf",
|
|
|
10 |
"codellama/CodeLlama-34b-Instruct-hf",
|
11 |
"victor/CodeLlama-34b-Instruct-hf",
|
12 |
"timdettmers/guanaco-33b-merged",
|