winglian commited on
Commit
64f1d1c
1 Parent(s): 649e7ae

fix to add minotaur to arena too:

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