feat(aihubmix): add 'type' property to provider configuration for Gemini integration

This commit is contained in:
suyao 2025-08-29 04:20:32 +08:00
parent 3004f84be3
commit a30df46c40
No known key found for this signature in database

View File

@ -38,6 +38,7 @@ const AIHUBMIX_RULES: ModelRule[] = [
provider: (provider: Provider) => {
return extraProviderConfig({
...provider,
type: 'gemini',
apiHost: 'https://aihubmix.com/gemini'
})
}