This script uses an Open-Source local LLM installed on the user's device with ollama to fix typos.
- Ollama
- pipenv
By default the script uses qwen but this can be changed by changing the "model" parameter in main.py.
The default keys are:
- F9 for fixing the current line.
- F10 for fixing selected text.
- ESC to exit.