Spellcaster
Spellcaster copied to clipboard
AI agent to automatically check grammar and spelling on documentation files
Results
1
Spellcaster issues
Sort by
recently updated
recently updated
newest added
I made a clean conda env - OS: Windows 11 - Shell: powershell - Python: 3.10.14 ```powerhell conda create -n spellcaster conda activate spellcaster pip install spellcaster ``` ```powershell ...