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

@@ -1,6 +1,6 @@
{
"formatVersion": 2,
"appVersion": "0.92.7",
"appVersion": "0.93.0",
"files": [
{
"isClone": false,
@@ -10761,32 +10761,32 @@
"mime": "text/html",
"attributes": [
{
"type": "label",
"name": "viewType",
"value": "list",
"type": "relation",
"name": "internalLink",
"value": "7EdTxPADv95W",
"isInheritable": false,
"position": 10
},
{
"type": "relation",
"name": "internalLink",
"value": "7EdTxPADv95W",
"value": "ZavFigBX9AwP",
"isInheritable": false,
"position": 20
},
{
"type": "relation",
"name": "internalLink",
"value": "ZavFigBX9AwP",
"value": "e0lkirXEiSNc",
"isInheritable": false,
"position": 30
},
{
"type": "relation",
"name": "internalLink",
"value": "e0lkirXEiSNc",
"type": "label",
"name": "viewType",
"value": "list",
"isInheritable": false,
"position": 40
"position": 10
}
],
"format": "markdown",

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
```