winglian commited on
Commit
dc03939
1 Parent(s): 792c165

add robin v2 to the arena

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -141,6 +141,7 @@ AVAILABLE_MODELS = {
141
  "minotaur-13b-fixed": ("sjnkstd3e40ojj", prompt_roleplay),
142
  "wizardlm-13b": ("k0chcxsgukov8x", prompt_instruct),
143
  "selfee-13b": ("50rnvxln9bmf4c", prompt_instruct),
 
144
  }
145
 
146
  OAAIC_MODELS = [
 
141
  "minotaur-13b-fixed": ("sjnkstd3e40ojj", prompt_roleplay),
142
  "wizardlm-13b": ("k0chcxsgukov8x", prompt_instruct),
143
  "selfee-13b": ("50rnvxln9bmf4c", prompt_instruct),
144
+ "robin-v2-13b": ("4cw4vwzzhsl5pq", prompt_instruct),
145
  }
146
 
147
  OAAIC_MODELS = [