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 3, 2023
1 parent 9de6f7e commit a47edfe
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://deviner.link/devinerapi1/v1/chat/completions';
export const officialAPIEndpoint = 'https://ningmengguorou.top:94/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 a47edfe

Please sign in to comment.