mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-03-30 02:05:21 +00:00
# Conflicts: # web/src/components/settings/personal/cards/AccountManagement.jsx # web/src/components/table/channels/modals/EditChannelModal.jsx # web/src/hooks/channels/useChannelsData.jsx # web/src/hooks/common/useSidebar.js # web/src/i18n/locales/fr.json # web/src/pages/Setting/Operation/SettingsGeneral.jsx
38 lines
623 B
Go
38 lines
623 B
Go
package constant
|
|
|
|
const (
|
|
APITypeOpenAI = iota
|
|
APITypeAnthropic
|
|
APITypePaLM
|
|
APITypeBaidu
|
|
APITypeZhipu
|
|
APITypeAli
|
|
APITypeXunfei
|
|
APITypeAIProxyLibrary
|
|
APITypeTencent
|
|
APITypeGemini
|
|
APITypeZhipuV4
|
|
APITypeOllama
|
|
APITypePerplexity
|
|
APITypeAws
|
|
APITypeCohere
|
|
APITypeDify
|
|
APITypeJina
|
|
APITypeCloudflare
|
|
APITypeSiliconFlow
|
|
APITypeVertexAi
|
|
APITypeMistral
|
|
APITypeDeepSeek
|
|
APITypeMokaAI
|
|
APITypeVolcEngine
|
|
APITypeBaiduV2
|
|
APITypeOpenRouter
|
|
APITypeXinference
|
|
APITypeXai
|
|
APITypeCoze
|
|
APITypeJimeng
|
|
APITypeMoonshot
|
|
APITypeSubmodel
|
|
APITypeDummy // this one is only for count, do not add any channel after this
|
|
)
|