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

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

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/