Demo of Nuxt 3 and OpenAI API.
Go https://beta.openai.com/account/api-keys to create API Key.
Copy .env.example to .env or you can enter your API key on the website.
# Go https://beta.openai.com/account/api-keys to create
NUXT_OPENAI_API_KEY=openai_api_keyMake sure to install the dependencies:
yarn installStart the development server on http://localhost:3000
yarn dev
