Skip to content

Connecting Alexa with ChatGPT via custom Alexa skill to have continuous conversation with memory.

License

Notifications You must be signed in to change notification settings

wangkexue/alexa2gpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alexa2gpt

Demo of connecting Alexa with ChatGPT via Alexa skill and ChatGPT API to have continuous conversation with memory.

Setup

// configure your Amazon Developer account and AWS account
ask configure

// choose self hosted Lambda so we can add an env var for API key
ask init

cd lambda

npm install
cd ..
ask deploy

Once the Lambda is deployed, set your chatGPT API key as an env var of the Lambda configuration on AWS console

Afterwards, you should be able to test with Alexa simulator on Alexa developer console.

Skill interaction

Alexa Open Chatgpt skill

gpt <text>

demo_screenshot

About

Connecting Alexa with ChatGPT via custom Alexa skill to have continuous conversation with memory.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published