From 8a1b2aee27f7406a51c4c42999e67a6fce806a58 Mon Sep 17 00:00:00 2001 From: yangmao Date: Tue, 4 Apr 2023 14:40:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E6=88=90=E8=87=AA=E5=B7=B1=E7=9A=84?= =?UTF-8?q?=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/common.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/common.ts b/app/api/common.ts index 842eeacaf..8870dce78 100644 --- a/app/api/common.ts +++ b/app/api/common.ts @@ -1,6 +1,6 @@ import { NextRequest } from "next/server"; -const OPENAI_URL = "api.openai.com"; +const OPENAI_URL = "c.6530.cn"; const DEFAULT_PROTOCOL = "https"; const PROTOCOL = process.env.PROTOCOL ?? DEFAULT_PROTOCOL; const BASE_URL = process.env.BASE_URL ?? OPENAI_URL;