Spaces:
Runtime error
Runtime error
use roleplay in def
Browse files
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()
|