diff --git a/src/app.ts b/src/app.ts index ba9138b..0746ab2 100644 --- a/src/app.ts +++ b/src/app.ts @@ -7,7 +7,7 @@ import { randomUUID } from "crypto"; // Constants for the server and API configuration const port = 3040; const baseUrl = "https://chat.openai.com"; -const apiUrl = `${baseUrl}/backend-api/conversation`; +const apiUrl = `${baseUrl}/backend-anon/conversation`; const refreshInterval = 60000; // Interval to refresh token in ms const errorWait = 120000; // Wait time in ms after an error