Skip to content

Commit

Permalink
Merge pull request ex3ndr#26 from corinne-forever/patch-1
Browse files Browse the repository at this point in the history
Add example for inference.endpoint
  • Loading branch information
ex3ndr authored Jan 23, 2024
2 parents f1452ca + 3e12611 commit 9288c45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"inference.endpoint": {
"type": "string",
"default": "",
"description": "Ollama Server Endpoint. Empty for local instance.",
"description": "Ollama Server Endpoint. Empty for local instance. Example: http://192.168.0.100:11434",
"order": 1
},
"inference.model": {
Expand Down Expand Up @@ -135,4 +135,4 @@
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
}
}
}

0 comments on commit 9288c45

Please sign in to comment.