winglian commited on
Commit
2fc792a
1 Parent(s): 02bf4e7

add wizardlm-13b to the arena

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -135,6 +135,7 @@ AVAILABLE_MODELS = {
135
  "mpt-7b-instruct": ("jpqbvnyluj18b0", prompt_instruct),
136
  "guanaco-13b": ("yxl8w98z017mw2", prompt_instruct),
137
  "minotaur-13b": ("6f1baphxjpjk7b", prompt_chat),
 
138
  }
139
 
140
  OAAIC_MODELS = [
 
135
  "mpt-7b-instruct": ("jpqbvnyluj18b0", prompt_instruct),
136
  "guanaco-13b": ("yxl8w98z017mw2", prompt_instruct),
137
  "minotaur-13b": ("6f1baphxjpjk7b", prompt_chat),
138
+ "wizardlm-13b": ("k0chcxsgukov8x", prompt_instruct),
139
  }
140
 
141
  OAAIC_MODELS = [