* Update README.md
* fix: 'ollama run' should be 'ollama pull'
* fix: linting, syntax, spelling corrections for all docs
* fix: markdown linting rules and missed fixes
* fix: readded space to block
* fix: changed sh blocks to text
* docs: added exception for bare urls in markdown
* docs: added exception for in-line html (MD033/no-inline-html)
* docs: made python indentation level consistent (4 space tabs) even though I prefer 2.
---------
Co-authored-by: Charles Packer <packercharles@gmail.com>
* Include steps for Local LLMs
Added install instructions if running LLMs locally.
* Add Windows warning
* Update installation warning for Local LLMs
Remove exact install instructions to keep page clean for QuickStart and not duplicating knowledge.
* Update local_llm_faq.md
Added WSL troubleshooting section.
* Update local_llm.md
Update FAQ Link wording
* Update local_llm_faq.md
Improve punctuation and add link to WSL Issue thread
* made quickstart to openai or memgpt the default option when the user doesn't have a config set
* modified formatting + message styles
* revised quickstart guides in docs to talk about quickstart command
* make message consistent
---------
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>