diff --git a/plugins/gpt/index.jsx b/plugins/gpt/index.jsx index 9818444..60c021d 100644 --- a/plugins/gpt/index.jsx +++ b/plugins/gpt/index.jsx @@ -168,7 +168,7 @@ export function onLoad() { loadingIndicatorElem.style.left = `${x}px`; loadingIndicatorElem.style.top = `${y + 12}px`; - fetch("https://api.naga.ac/v1/chat/completions", { + fetch("https://api.openai.com/v1/chat/completions", { method: "POST", headers: { "Content-Type": "application/json",