Hacker News new | ask | show | jobs
by nucleartux 645 days ago
I made the same thing, but it works without ChatGPT key: https://github.com/nucleartux/ai-grammar/
2 comments

That looks pretty neat, how well does the gemini nano model work for this? Is it just picking up spelling errors or also looking things like punctuation?
It actually works pretty well. It fixes all grammar mistakes and punctuation and changes words if they don’t fit. The only downside is that, because it’s a very small model, it sometimes produces completely nonsensical or incomplete responses. I haven’t figured out how to fix this yet.

You can have a look at the screenshots in the repository or on the store page.

Nice. Can you please add support for contacting your own private OpenAI compatible server (like ollama)?
Yes, it's on my roadmap!