0.0.6 • Published 1 year ago

notypos v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

notypos

This is a simple tool to find typos in a text file. It uses OpenAI to check for typos and suggests corrections.

Usage

  1. suggest to install it globally
npm install -g notypos
  1. add your OpenAI API key to your environment variables
export NOTYPOS_MODEL="model-name" // default is "gpt-3.5-turbo"
export NOTYPOS_API_KEY="api-key"
export NOTYPOS_BASE_URL="base-url" // default is "https://api.openai.com/v1"

or create a .env.notypos file in the root of the project with above variables. Don't forget to add the .env.notypos file to your .gitignore file.

  1. then run it with the path to the file you want to check
notypos README.md
0.0.5

1 year ago

0.0.6

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago