Open linikerunk opened 1 year ago
Hi I wanted to have Chat chpt in my alexa Skill. I copyed the files with the codes. I dónt know where to put my key from Open AI. Is it in the index. Here ? headers: {
"Content-Type": "application/json",
Authorization: Bearer ${process.env.OPENAI_API_KEY}}
, . Where exactly? Thank you!
You can run export OPENAI_API_KEY="
Step by step is needed after you run ask init. I guess the logic of the skill is on the index.js, but how to connect the skill configuration with this implementation is needed.
Olá boa noite, tentei criar uma skill da Alexa com a api do chatGPT passando o .env no arquivo, porém não entendi como vc fez para realizar a implementação, será que um video rápido não seria viável?