https://github.com/nacal/ai-suggestion-textarea
https://github.com/nacal/ai-suggestion-textarea
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nacal/ai-suggestion-textarea
- Owner: nacal
- Created: 2023-12-09T13:17:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-11T13:38:11.000Z (over 1 year ago)
- Last Synced: 2024-04-17T05:03:14.635Z (about 1 year ago)
- Language: TypeScript
- Size: 146 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```