feat: add together.ai support (#1298)

This commit is contained in:
JustSong
2024-04-30 02:16:53 +08:00
parent 1f76c80553
commit 71f4403fd5
7 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
package togetherai
// https://docs.together.ai/docs/inference-models
var ModelList = []string{
"meta-llama/Llama-3-70b-chat-hf",
"deepseek-ai/deepseek-coder-33b-instruct",
"mistralai/Mixtral-8x22B-Instruct-v0.1",
"Qwen/Qwen1.5-72B-Chat",
}