bofenghuang commited on
Commit
cdc378a
1 Parent(s): f6847ba
Files changed (1) hide show
  1. qa_browser.py +6 -4
qa_browser.py CHANGED
@@ -199,10 +199,12 @@ def build_question_selector_map():
199
  def sort_models(models):
200
  priority = {
201
  "vigostral-7b-chat": "aaaa",
202
- "gpt-4-0314": "aaab",
203
- "gpt-3.5-turbo-0613": "aaac",
204
- "mixtral-8x7b-instruct-v0.1": "aaad",
205
- "mistral-medium": "aaae",
 
 
206
  }
207
 
208
  models = list(models)
 
199
  def sort_models(models):
200
  priority = {
201
  "vigostral-7b-chat": "aaaa",
202
+ "gpt-4-1106-preview": "aaba",
203
+ "gpt-4-0314": "aabb",
204
+ "gpt-3.5-turbo-0613": "aabc",
205
+ "mixtral-8x7b-instruct-v0.1": "aaca",
206
+ "mistral-medium": "aacb",
207
+ "gemini-pro": "aada",
208
  }
209
 
210
  models = list(models)