https://github.com/thesaltree/openai-text-assistant
Text Editor with OpenAI
https://github.com/thesaltree/openai-text-assistant
css nextjs openai openai-api react
Last synced: 3 months ago
JSON representation
Text Editor with OpenAI
- Host: GitHub
- URL: https://github.com/thesaltree/openai-text-assistant
- Owner: thesaltree
- Created: 2024-01-27T15:01:25.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-26T05:26:05.000Z (12 months ago)
- Last Synced: 2025-01-06T23:49:26.668Z (5 months ago)
- Topics: css, nextjs, openai, openai-api, react
- Language: CSS
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About this project
In this project, we will create a writing assistance tool. When we write a piece of text, we can use OpenAI’s API to rephrase, improve, and even change the tone of the text written.
## Specifications
The input text can be changed to be funny, professional or casual using Change tone feature. We can use Rephrase feature to summarise, improve or enhance vocabulary.
## How to use
- Clone this repository.
- Add your OpenAI API key to openai-writer/env file
- Go to openai-writer
- Run `npm install`
- Run `PORT=3000 npm run dev`
- Check http://localhost:3000/