Spaces:
Runtime error
Runtime error
move minotaur to default
Browse files
app.py
CHANGED
|
@@ -138,8 +138,8 @@ AVAILABLE_MODELS = {
|
|
| 138 |
}
|
| 139 |
|
| 140 |
OAAIC_MODELS = [
|
| 141 |
-
"manticore-13b-chat",
|
| 142 |
"minotaur-13b",
|
|
|
|
| 143 |
# "minotaur-mpt-7b",
|
| 144 |
]
|
| 145 |
OAAIC_MODELS_ROLEPLAY = {
|
|
|
|
| 138 |
}
|
| 139 |
|
| 140 |
OAAIC_MODELS = [
|
|
|
|
| 141 |
"minotaur-13b",
|
| 142 |
+
"manticore-13b-chat",
|
| 143 |
# "minotaur-mpt-7b",
|
| 144 |
]
|
| 145 |
OAAIC_MODELS_ROLEPLAY = {
|