Skip to content

Commit

Permalink
fix: run extension in UI
Browse files Browse the repository at this point in the history
  • Loading branch information
ex3ndr committed Feb 8, 2024
1 parent f1452ca commit 4e1f683
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"activationEvents": [
"onStartupFinished"
],
"extensionKind": ["ui"],
"main": "./out/extension.js",
"contributes": {
"configuration": [
Expand Down Expand Up @@ -80,7 +81,7 @@
"default": 0.2,
"description": "Temperature of the model. Increasing the temperature will make the model answer more creatively.",
"order": 3
},
},
"inference.custom.model": {
"type": "string",
"default": "",
Expand Down

0 comments on commit 4e1f683

Please sign in to comment.