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 18, 2023
1 parent 53f63b0 commit a95f030
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,6 +1,6 @@
export const officialAPIEndpoint = 'http://3.144.107.233:8081/v1/chat/completions';
const customAPIEndpoint =
import.meta.env.VITE_CUSTOM_API_ENDPOINT || 'https://api.openai.com/v1/chat/completions';
import.meta.env.VITE_CUSTOM_API_ENDPOINT || 'https://api.openai.com/v1/chat/completions2';
export const defaultAPIEndpoint =
import.meta.env.VITE_DEFAULT_API_ENDPOINT || officialAPIEndpoint;

Expand Down

0 comments on commit a95f030

Please sign in to comment.