Skip to content

Commit

Permalink
Update ai.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JustablockCode authored Dec 24, 2024
1 parent 6963f26 commit 36bbd80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/ai.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const api_url = 'https://penguinai.derpygamer2142.com/v1/chat/completions';
const image_api_url = 'https://penguinai.derpygamer2142.com/v1/images/generations';
const api_url = 'https://api.penguinai.tech/v1/chat/completions';
const image_api_url = 'https://api.penguinai.tech/v1/images/generations';
let models = [];

let conversationHistory = [];
Expand Down

0 comments on commit 36bbd80

Please sign in to comment.