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

Commit 6f1b84b

Browse files
Update status.js
1 parent 7decb34 commit 6f1b84b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/status.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
const api_url_models = 'https://penguinai.milosantos.com/v1/models';
2-
const api_url_chat_completions = 'https://penguinai.milosantos.com/v1/chat/completions';
1+
const api_url_models = 'https://penguinai.abby.is-a.dev/v1/models';
2+
const api_url_chat_completions = 'https://penguinai.abby.is-a.dev/v1/chat/completions';
33

44
async function fetchAndGetReqModels() {
55
try {

0 commit comments

Comments
 (0)