Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit 7decb34

Browse files
Update ai.js
1 parent 0f6ac12 commit 7decb34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

js/ai.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
const api_url = 'https://penguinai.milosantos.com/v1/chat/completions';
2-
const image_api_url = 'https://penguinai.milosantos.com/v1/images/generations';
1+
const api_url = 'https://penguinai.abby.is-a.dev/v1/chat/completions';
2+
const image_api_url = 'https://penguinai.abby.is-a.dev/v1/images/generations';
33
let models = [];
44

55
let conversationHistory = [];
@@ -229,4 +229,4 @@ async function getIPAddress() {
229229
}
230230
}
231231

232-
console.log("OS is:" + getOSName());
232+
console.log("OS is:" + getOSName());

0 commit comments

Comments
 (0)