An open API service indexing awesome lists of open source software.

https://github.com/nacal/ai-suggestion-textarea


https://github.com/nacal/ai-suggestion-textarea

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

## ai-sugggestion-textarea

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

## Getting Started

### Environment variables

```bash
# .env.local
OPENAI_API_KEY=sk-**
```

### Run the development server

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```