Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- 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
- APITypeMiniMax
- APITypeReplicate
- APITypeCodex
- APITypeDummy // this one is only for count, do not add any channel after this
- )
|