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)
- Install dependencies
npm install
- Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
-
Open http://localhost:3000 with your browser to see the result.
-
Fill the OpenAI API Key on the left