/bunnpou-ai

Primary LanguageTypeScriptMIT LicenseMIT

Bunnpou AI

This is a simple web interface for translating text into Japanese with OpenAI GPT 3.5 turbo model. (Note that using this will incur fees on OpenAI platform)

Demo

Getting Started

  1. Install dependencies
npm install
  1. Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
  1. Open http://localhost:3000 with your browser to see the result.

  2. Fill the OpenAI API Key on the left