k4l1sh / alexa-gpt

A tutorial on how to use ChatGPT in Alexa
MIT License
177 stars 38 forks source link

GPT 4? #15

Closed natv closed 4 months ago

natv commented 4 months ago

Can this code work with gpt-4-0125-preview? I tried changing the model to this but got some errors.

Wondering if it's a limitation of OpenAI when used in this way, or if the code just isn't written for gpt4.

Thanks

natv commented 4 months ago

never mind, user error, I didn't format the model correctly. This worked:

"model": "gpt-4-turbo-preview",

natv commented 4 months ago

all good, and thanks for building this!