Omnibus commited on
Commit
a3cc2e5
1 Parent(s): 967234c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -8,13 +8,13 @@ models=[
8
  "google/gemma-7b",
9
  "google/gemma-7b-it",
10
  "google/gemma-2b",
11
- "google/gemma-2b-it"
12
  "meta-llama/Llama-2-7b-chat-hf",
13
  "codellama/CodeLlama-70b-Instruct-hf",
14
  "openchat/openchat-3.5-0106",
15
  "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
16
  "mistralai/Mixtral-8x7B-Instruct-v0.1",
17
- "mistralai/Mixtral-8x7B-Instruct-v0.2"
18
  ]
19
  client_z=[]
20
 
 
8
  "google/gemma-7b",
9
  "google/gemma-7b-it",
10
  "google/gemma-2b",
11
+ "google/gemma-2b-it",
12
  "meta-llama/Llama-2-7b-chat-hf",
13
  "codellama/CodeLlama-70b-Instruct-hf",
14
  "openchat/openchat-3.5-0106",
15
  "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
16
  "mistralai/Mixtral-8x7B-Instruct-v0.1",
17
+ "mistralai/Mixtral-8x7B-Instruct-v0.2",
18
  ]
19
  client_z=[]
20