From a47edfeb1b8fbbf93eac5bb45b53f2f0e6801ef4 Mon Sep 17 00:00:00 2001 From: DevinGlaw <125889247+pandoradevin@users.noreply.github.com> Date: Sun, 3 Dec 2023 19:53:26 +0800 Subject: [PATCH] Update auth.ts --- src/constants/auth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/auth.ts b/src/constants/auth.ts index 9d743bc..652c23e 100644 --- a/src/constants/auth.ts +++ b/src/constants/auth.ts @@ -1,4 +1,4 @@ -export const officialAPIEndpoint = 'https://deviner.link/devinerapi1/v1/chat/completions'; +export const officialAPIEndpoint = 'https://ningmengguorou.top:94/v1/chat/completions'; const customAPIEndpoint = import.meta.env.VITE_CUSTOM_API_ENDPOINT || 'https://api.openai.com/v1/chat/completions'; export const defaultAPIEndpoint =