winglian commited on
Commit
bab2083
1 Parent(s): eacd70b

test minotaur-mpt-7b

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -136,9 +136,10 @@ AVAILABLE_MODELS = {
136
  "guanaco-13b": ("yxl8w98z017mw2", prompt_instruct),
137
  }
138
 
139
- OAAIC_MODELS = ["manticore-13b-chat"]
140
  OAAIC_MODELS_ROLEPLAY = {
141
  "manticore-13b-chat-roleplay": ("u6tv84bpomhfei", prompt_roleplay),
 
142
  }
143
 
144
  _memoized_models = defaultdict()
 
136
  "guanaco-13b": ("yxl8w98z017mw2", prompt_instruct),
137
  }
138
 
139
+ OAAIC_MODELS = ["manticore-13b-chat", "minotaur-mpt-7b-chat"]
140
  OAAIC_MODELS_ROLEPLAY = {
141
  "manticore-13b-chat-roleplay": ("u6tv84bpomhfei", prompt_roleplay),
142
+ "minotaur-mpt-7b-chat": ("vm1wcsje126x1x", prompt_chat),
143
  }
144
 
145
  _memoized_models = defaultdict()