Staticaliza commited on
Commit
30e967f
1 Parent(s): 5dc03de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -25,10 +25,7 @@ API_ENDPOINTS = {
25
  "Xistral_Chat": "mistralai/Mixtral-8x7B-Instruct-v0.1",
26
  "Hermes": "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
27
  "CodeLlama*": "codellama/CodeLlama-70b-Instruct-hf",
28
- "DBC": "tcurtsni-xrbd/skcirbatad"[::-1],
29
- "MP": "b03-tpm/lmciasom"[::-1],
30
- "MPC": "tahc-b03-tpm/lmciasom"[::-1],
31
- "DB": "esab-xrbd/skcirbatad"[::-1],
32
  }
33
 
34
  CHOICES = []
 
25
  "Xistral_Chat": "mistralai/Mixtral-8x7B-Instruct-v0.1",
26
  "Hermes": "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
27
  "CodeLlama*": "codellama/CodeLlama-70b-Instruct-hf",
28
+ "RX": "esab-xrbd/skcirbatad"[::-1],
 
 
 
29
  }
30
 
31
  CHOICES = []