Similar to Github Copilot, it suggests the continuation of the string entered in the text form.
This was created with Next.js.
https://zenn.dev/nacal/articles/535c337a59e686
# .env.local
OPENAI_API_KEY=sk-**
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev