Skip to content

Commit

Permalink
Update index.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekiplay authored Oct 17, 2023
1 parent 8e14235 commit cd69b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/gpt/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cd69b41

Please sign in to comment.