eulier1 / nuxt3-openai-test

Home Page:https://nuxt3-openai-test.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuxt 3 using OpeanAI for summarizing text

summarizing text with nuxt 3 and openai API

Look at the Nuxt 3 documentation to learn more.

Notes :

1. The intent of this is to see KNOW-HOW Nuxt works behind the scene.

2. OPENAI API set a API calls quotas

3. I'm using SSG for demo purpose


Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

Check out the deployment documentation for more information.

About

https://nuxt3-openai-test.vercel.app


Languages

Language:TypeScript 53.6%Language:Vue 45.4%Language:JavaScript 1.0%