Spaces:
Runtime error
Runtime error
fix to add minotaur to arena too:
Browse files
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 = [
|