Skip to content

Commit

Permalink
3.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmacarthy committed Nov 6, 2024
1 parent 77d2038 commit 45e84ce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "twinny",
"displayName": "twinny - AI Code Completion and Chat",
"description": "Locally hosted AI code completion plugin for vscode",
"version": "3.18.3",
"version": "3.18.4",
"icon": "assets/icon.png",
"keywords": [
"code-inference",
Expand Down Expand Up @@ -369,7 +369,10 @@
},
"twinny.ollamaApiPort": {
"order": 15,
"type": ["number", "null"],
"type": [
"number",
"null"
],
"default": 11434,
"markdownDescription": "Sets the port number for the Ollama API. The default is `11434`, but you can change it if your Ollama instance uses a different port.",
"required": false
Expand Down

0 comments on commit 45e84ce

Please sign in to comment.