Run ChatGPT through Raycast extension, powered by transitive-bullshit/chatgpt-api
Warning This extension was made intentionally to be running on dev environment only. Will submit if there's an official API.
CleanShot.2022-12-07.at.00.00.33.mp4
- Ask question through full text input or search bar input
- Save and search your saved generated answer
- Copy answer, question, question ID, and conversational ID directly with a hotkey
- List view as UI for better conversation flow [@timolins]
- Share question and generated answer with shareg.pt [@timolins]
- Use native preferences to store the Session token [@timolins]
This package requires a valid session token from ChatGPT to access it's unofficial REST API by transitive-bullshit/chatgpt-api.
To get a session token:
-
Go to https://chat.openai.com/chat and log in or sign up.
-
Open dev tools.
-
Open
Application
>Cookies
. -
Copy the value for
__Secure-next-auth.session-token
and paste in the initialization set-up!
Session token will be stored locally using Preferences API
npm install
npm run dev