An Alexa Skill to interface with chat.openai.com. Ask a question and get answered with Alexa's soothing voice and GPT body of knowledge.
- Copy
config.example.json
toconfig.json
- Get an OpenAI Session Token. Copy the cookie
__Secure-next-auth.session-token
from thehttps://chat.openai.com
domain. - Add this token to the file
config.json
undersession_token
. - Zip this repository (to later import it in the Alexa Developer Console).
- Create a new Alexa Skill in the Alexa Developer Console.
- Go in the Code tab of the Alexa Developer Console and click "Import Code".
- Select the zip file with the contents of this repository.
- Click "Save" and "Build Model".
- Go in the Test tab of the Alexa Developer Console and test! You can also use your alexa devices if they are connected to the same account!
Alexa, I want to ask jee pee tee a question
Alexa, ask jee pee tee about our solar system
Alexa, ask jee pee tee to explain the NP theorem
This is not an official OpenAI product. This is a personal project and is not affiliated with OpenAI in any way.