Spaces:
Runtime error
Runtime error
add wizardlm-13b to the arena
Browse files
app.py
CHANGED
@@ -135,6 +135,7 @@ AVAILABLE_MODELS = {
|
|
135 |
"mpt-7b-instruct": ("jpqbvnyluj18b0", prompt_instruct),
|
136 |
"guanaco-13b": ("yxl8w98z017mw2", prompt_instruct),
|
137 |
"minotaur-13b": ("6f1baphxjpjk7b", prompt_chat),
|
|
|
138 |
}
|
139 |
|
140 |
OAAIC_MODELS = [
|
|
|
135 |
"mpt-7b-instruct": ("jpqbvnyluj18b0", prompt_instruct),
|
136 |
"guanaco-13b": ("yxl8w98z017mw2", prompt_instruct),
|
137 |
"minotaur-13b": ("6f1baphxjpjk7b", prompt_chat),
|
138 |
+
"wizardlm-13b": ("k0chcxsgukov8x", prompt_instruct),
|
139 |
}
|
140 |
|
141 |
OAAIC_MODELS = [
|