mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-18 06:03:42 +08:00
🐛 fix: proxy bug (#49)
This commit is contained in:
@@ -48,7 +48,7 @@ func GetChannel(channelType int, baseUrl, other, porxy, modelMapping string) mod
|
||||
Type: channelType,
|
||||
BaseURL: &baseUrl,
|
||||
Other: other,
|
||||
Proxy: porxy,
|
||||
Proxy: &porxy,
|
||||
ModelMapping: &modelMapping,
|
||||
Key: GetTestToken(),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user