AI is a powerful tool of the future. With Open AI's Chat Completions API (GPT-4), adopting it in your applications is as easy as a REST request. Learn how to interact with this powerful API in the context of a Vue 3 application.
AI is a powerful tool of the future. With Open AI's Chat Completions API (GPT-3.5 Turbo and GPT-4), adopting it in your applications is as easy as a REST request. Learn how to interact with this powerful API in the context of a Vue 3 application by building:
⚠️ Heads up, this course uses OpenAI SDK v3. The latest version v4 includes several syntax changes but all the concepts are the same. We recommend installing v3 (
npm install openai^3
) to best follow along but you are also welcome to update to v4, just know you will have to make small adjustments.