fix: update api2d's base url (#83)

This commit is contained in:
JustSong 2023-05-17 18:47:25 +08:00
parent 91e5f3d9e0
commit 10bb67f828

View File

@ -132,7 +132,7 @@ const (
var ChannelBaseURLs = []string{
"", // 0
"https://api.openai.com", // 1
"https://openai.api2d.net", // 2
"https://oa.api2d.net", // 2
"", // 3
"https://api.openai-asia.com", // 4
"https://api.openai-sb.com", // 5