Skip to content

Commit

Permalink
Update auth.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
AthanaD authored Dec 25, 2023
1 parent 8ad03a1 commit f535364
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 = 'https://ningmengguorou.top:94/v1/chat/completions';
export const officialAPIEndpoint = 'https://aki.deviner.link/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 f535364

Please sign in to comment.