-
-
Notifications
You must be signed in to change notification settings - Fork 704
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run spell check against all of the documentation #2318
Comments
files-to-prompt docs/*.rst | llm -m pro15 --system \
'identify and list any possible spelling mistakes, for each one show the file and the surrounding text'
|
Hah, that's amusing. It hallucinated the incorrect spellings a bit:
The misspelling is actually datasette/docs/authentication.rst Line 315 in d32176c
|
Hah, yeah Gemini Pro 1.5 (and maybe LLMs in general) Isn't great for spellcheck. It pointed to "the query is extremely frist even for records that" but the sentence was actually "the query is extremely fast even for records that". |
Also lots of suggestions like this, I can probably fix those with a prompt that says not to do this:
|
I'm done with this experiment for now. |
I thought
codespell
was handling that for me in https://github.com/simonw/datasette/blob/d32176c5b8283fbcc5c8a1f8e6d39339d73013c4/.github/workflows/spellcheck.yml but then I spotted this typo: d32176cSo I'm going to have a go at running everything through Gemini Pro 1.5.
The text was updated successfully, but these errors were encountered: