[GH-ISSUE #2646] [FEAT]: Use ChatGPT Web Session #1714

Closed
opened 2026-02-22 18:26:12 -05:00 by yindo · 1 comment
Owner

Originally created by @gmmedia on GitHub (Nov 18, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2646

What would you like to see?

Would it be possible to use the ChatGPT web session as LMM?

I know this feature from some Chrome extensions. It is a big money safer for ChatGPT Plus subscribers.

Originally created by @gmmedia on GitHub (Nov 18, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2646 ### What would you like to see? Would it be possible to use the ChatGPT web session as LMM? I know this feature from some Chrome extensions. It is a big money safer for ChatGPT Plus subscribers.
yindo added the enhancementfeature request labels 2026-02-22 18:26:12 -05:00
yindo closed this issue 2026-02-22 18:26:12 -05:00
Author
Owner

@timothycarambat commented on GitHub (Nov 18, 2024):

Like being able to bring your token from the chatgpt.com website and use it in AnythingLLM? This is not possible due to CORS. The reason this works in a Chrome extension is because the extension is basically "inside" the webpage so CORS is not a problem since the token origin is a valid OpenAI Host, whereas trying to use the browser token in a third party would violate this and would be blocked by OpenAI.

It is also against ToS to use the web app like that so could land users in a spot of trouble as well

@timothycarambat commented on GitHub (Nov 18, 2024): Like being able to bring your token from the `chatgpt.com` website and use it in AnythingLLM? This is not possible due to CORS. The reason this works in a Chrome extension is because the extension is basically "inside" the webpage so CORS is not a problem since the token origin is a valid OpenAI `Host`, whereas trying to use the browser token in a third party would violate this and would be blocked by OpenAI. It is also against ToS to use the web app like that so could land users in a spot of trouble as well
yindo changed title from [FEAT]: Use ChatGPT Web Session to [GH-ISSUE #2646] [FEAT]: Use ChatGPT Web Session 2026-06-05 14:42:17 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#1714