Staticaliza commited on
Commit
80dce94
1 Parent(s): e0842ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -19,7 +19,10 @@ DEFAULT_STOPS = '[\"\\\"\"]'
19
 
20
  API_ENDPOINTS = {
21
  "Falcon": "tiiuae/falcon-180B-chat",
22
- "Llama": "meta-llama/Llama-2-70b-chat-hf"
 
 
 
23
  }
24
 
25
  CHOICES = []
 
19
 
20
  API_ENDPOINTS = {
21
  "Falcon": "tiiuae/falcon-180B-chat",
22
+ "Llama": "meta-llama/Llama-2-70b-chat-hf",
23
+ "Qwen": "Qwen/Qwen-14B-Chat",
24
+ "Mistral": "mistralai/Mistral-7B-v0.1",
25
+ "Mistral2": "mistralai/Mistral-7B-Instruct-v0.1",
26
  }
27
 
28
  CHOICES = []