mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-11 19:03:43 +08:00
fix: get gemini adapter bug
This commit is contained in:
@@ -23,6 +23,8 @@ func ToAPIType(channelType int) int {
|
||||
apiType = apitype.Tencent
|
||||
case Gemini:
|
||||
apiType = apitype.Gemini
|
||||
case GeminiOpenAICompatible:
|
||||
apiType = apitype.Gemini
|
||||
case Ollama:
|
||||
apiType = apitype.Ollama
|
||||
case AwsClaude:
|
||||
|
||||
Reference in New Issue
Block a user