Explorar o código

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

JustSong %!s(int64=2) %!d(string=hai) anos
pai
achega
7201bd1c97
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      common/constants.go

+ 1 - 1
common/constants.go

@@ -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