Skip to content

Commit

Permalink
Update auth.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
AthanaD authored Sep 19, 2023
1 parent f2a6e37 commit ca9acb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/auth.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const officialAPIEndpoint = 'http://3.144.107.233:8081/v1/chat/completions';
export const officialAPIEndpoint = 'https://3.144.107.233:8081/v1/chat/completions';
const customAPIEndpoint =
import.meta.env.VITE_CUSTOM_API_ENDPOINT || 'https://api.openai.com/v1/chat/completions';
export const defaultAPIEndpoint =
Expand Down

0 comments on commit ca9acb5

Please sign in to comment.