Last commit not found
raw
history blame
486 Bytes
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",
]