diff --git a/src/constants/auth.ts b/src/constants/auth.ts index ba08a33..13d889e 100644 --- a/src/constants/auth.ts +++ b/src/constants/auth.ts @@ -1,8 +1,9 @@ -export const defaultAPIEndpoint = 'https://chatgpt-api.shn.hk/v1/'; +export const defaultAPIEndpoint = + 'https://sharegpt.churchless.tech/share/v1/chat'; export const officialAPIEndpoint = 'https://api.openai.com/v1/chat/completions'; export const availableEndpoints = [ - 'https://chatgpt-api.shn.hk/v1/', 'https://sharegpt.churchless.tech/share/v1/chat', + 'https://chatgpt-api.shn.hk/v1/', officialAPIEndpoint, ];