add support for Upstage (#1902)

### What problem does this PR solve?

#1853  add support for Upstage

### Type of change


- [x] New Feature (non-breaking change which adds functionality)

Co-authored-by: Zhedong Cen <cenzhedong2@126.com>
This commit is contained in:
黄腾
2024-08-12 11:06:25 +08:00
committed by GitHub
parent 94cb66ba80
commit e9e39d57ce
6 changed files with 72 additions and 3 deletions

View File

@ -2601,6 +2601,38 @@
"model_type": "embedding"
}
]
},
{
"name": "Upstage",
"logo": "",
"tags": "LLM,TEXT EMBEDDING",
"status": "1",
"llm": [
{
"llm_name": "solar-1-mini-chat",
"tags": "LLM,CHAT,32k",
"max_tokens": 32768,
"model_type": "chat"
},
{
"llm_name": "solar-1-mini-chat-ja",
"tags": "LLM,CHAT,32k",
"max_tokens": 32768,
"model_type": "chat"
},
{
"llm_name": "solar-embedding-1-large-query",
"tags": "TEXT EMBEDDING",
"max_tokens": 4000,
"model_type": "embedding"
},
{
"llm_name": "solar-embedding-1-large-passage",
"tags": "TEXT EMBEDDING",
"max_tokens": 4000,
"model_type": "embedding"
}
]
}
]
}