The Talking Application
In recent days, GPT-3, or more specifically ChatGPT, has become quite a hot topic, answering all kinds of questions and even creatively producing poems and raps about various topics.
Although it’s not perfect, GPT-3/ChatGPT is quite impressive and a lot of fun to play around with. It only seemed natural to add a voice interface on top of GPT-3, allowing you to speak your questions and hear the responses.
In this video, I show how to add a voice interface to the OpenAI GPT-3 API using the Alexa Skills Kit.
Here’s the code from the video, scrubbed of URNs, IDs, and keys that are specific to me: https://github.com/thetalkingapp/alexa-and-gpt-3
See the README for suggested steps to use this with your own info.
Very well explained, step-by-step
Have you looked into implementing the Open AI ChatGPT feature into an Alexa Skill?
That would make a great conversation Alexa Skill.
For example, as a alternative to having to hard-code information for the classic "help me choose a pet dog" problem that uses Alexa Conversations features
Hey I tried rebuilding it but it does not work. Could you share the code please?
can you provide the code?
What editor is this? What are you using to input that code
Do you know if it's possible to increase the response limit time of Alexa? When I ask a question that takes too long I receive timeout.
Cool experiment , exactly what I was looking for as an alternative source of information from Alexa…many thank for declassified it😁🌹🫶
Waaooh, this is very well-explained. Thks. Can I get your twitter account? I would like to send you a DM. Thks.
I've done this as well. If you add some training phrases to your question, Davinci will give some very interesting responses. So for instance: "pretend you are a pizza master chef {question}", where question is "what is pizza". Now the response from. Davinci is acting like a master chef. 🤯
Why is mine only returning Hello word? 😡
Released the "oracle of light" skill for Alexa: the skill connects to the text-davinci-003 (chatGPT) language model developed by OpenAI.
Sorry but the intro music here was about 400% to loud.
bro where should I install openai library in alexa dev console site ? I am not using git bash
Hi, I am unable to invoke this skill using mobile app, however with developer account it is working fine, please provide resolution to it. Thanks !!!!
how are you able to buld everything right from your prompt. I am new to all this
Is it possible to pass to GPT4 only when the fallback intent is invoked?