winglian commited on
Commit
e78cc58
1 Parent(s): 877b0e4

use roleplay in def

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -138,7 +138,7 @@ AVAILABLE_MODELS = {
138
 
139
  OAAIC_MODELS = ["manticore-13b-chat"]
140
  OAAIC_MODELS_ROLEPLAY = {
141
- "manticore-13b-chat": ("u6tv84bpomhfei", prompt_roleplay),
142
  }
143
 
144
  _memoized_models = defaultdict()
 
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()