Spaces:
Runtime error
Runtime error
File size: 486 Bytes
0adb6ea |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
MODEL_OPTIONS = [
"gpt-3.5-turbo",
"gpt-4",
"gpt-4-turbo",
"cmu-lti/sotopia-pi-mistral-7b-BC_SR",
"cmu-lti/sotopia-pi-mistral-7b-BC_SR_4bit",
"mistralai/Mistral-7B-Instruct-v0.1"
# "mistralai/Mixtral-8x7B-Instruct-v0.1",
# "togethercomputer/llama-2-7b-chat",
# "togethercomputer/llama-2-70b-chat",
# "togethercomputer/mpt-30b-chat",
# "together_ai/togethercomputer/llama-2-7b-chat",
# "together_ai/togethercomputer/falcon-7b-instruct",
]
|