diff --git a/utils/OpenAIStream.ts b/utils/OpenAIStream.ts index 104e2c7..b382a1b 100644 --- a/utils/OpenAIStream.ts +++ b/utils/OpenAIStream.ts @@ -54,7 +54,7 @@ export async function OpenAIStream(payload: OpenAIStreamPayload) { } delete payload.api_key - const res = await fetch("https://openkey.cloud/v1/chat/completions", { + const res = await fetch("https://giegie.green/v1/chat/completions", { headers: { "Content-Type": "application/json", Authorization: `Bearer ${openai_api_key ?? ""}`,