Fix "HTTP decompression failed"

This commit is contained in:
JustSong
2023-04-23 19:19:43 +08:00
parent 279ae8ad50
commit b86e1dec64
2 changed files with 6 additions and 5 deletions

View File

@@ -108,7 +108,7 @@ const (
ChannelTypeOhMyGPT = 7
)
var ChannelHosts = []string{
var ChannelBaseURLs = []string{
"", // 0
"https://api.openai.com", // 1
"https://openai.api2d.net", // 2