chore(docs): sync LLM documentation with develop

This commit is contained in:
Elian Doran
2025-04-17 22:29:12 +03:00
parent 0133e83d23
commit ee0a1e5cbf
6 changed files with 11608 additions and 54 deletions

View File

@@ -13,7 +13,7 @@ Also, you should have access to the `ollama` CLI via Powershell or CMD:
After Ollama is installed, you can go ahead and `pull` the models you want to use and run. Here's a command to pull my favorite tool-compatible model and embedding model as of April 2025:
```sh
```
ollama pull llama3.1:8b
ollama pull mxbai-embed-large
```