mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-11 02:43:44 +08:00
feat: 支持CozeV3
This commit is contained in:
@@ -64,6 +64,9 @@ func GetAdaptor(apiType int) adaptor.Adaptor {
|
||||
return &proxy.Adaptor{}
|
||||
case apitype.Replicate:
|
||||
return &replicate.Adaptor{}
|
||||
case apitype.CozeV3:
|
||||
return &coze.AdaptorV3{}
|
||||
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user