From 7201bd1c97e69d8e0b06843a669dcf8c5219339c Mon Sep 17 00:00:00 2001 From: JustSong Date: Wed, 17 May 2023 18:47:25 +0800 Subject: [PATCH] fix: update api2d's base url (#83) --- common/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/constants.go b/common/constants.go index 5dc7623e..5cb55dfb 100644 --- a/common/constants.go +++ b/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