formatting json files

master
Alessandro Mauri 11 months ago
parent aaa78c03bc
commit fe68daac38
  1. 4
      TODO.md
  2. 4
      package.json

@ -1,12 +1,12 @@
[x] - in extensions.json add suffix for languages that require it such as css where comments are: /_ stuff _/ [x] - in extensions.json add suffix for languages that require it such as css where comments are: /_ stuff _/
[] - test cancel token [] - test cancel token
[] - add fill in middle [x] - add fill in middle
[x] - add config option to disable the extension [x] - add config option to disable the extension
[] - add command to test and query connection to server [] - add command to test and query connection to server
[x] - add feedback when waiting response [x] - add feedback when waiting response
[] - add a chat window [] - add a chat window
[] - if the model is an instruct-type add the system prompt to the chat [] - if the model is an instruct-type add the system prompt to the chat
[] - add an icon [x] - add an icon
[] - option to backup and restore model settings [] - option to backup and restore model settings
[] - add a window to quickly modify model configs [] - add a window to quickly modify model configs
[] - decorate ai generated text https://github.com/microsoft/vscode-extension-samples/tree/main/decorator-sample [] - decorate ai generated text https://github.com/microsoft/vscode-extension-samples/tree/main/decorator-sample

@ -164,11 +164,11 @@
}, },
"dumbpilot.llamaFrequencyPenalty": { "dumbpilot.llamaFrequencyPenalty": {
"type": "number", "type": "number",
"default": 0.0 "default": 0
}, },
"dumbpilot.llamaPresencePenalty": { "dumbpilot.llamaPresencePenalty": {
"type": "number", "type": "number",
"default": 0.0 "default": 0
}, },
"dumbpilot.llamaRepeatCtx": { "dumbpilot.llamaRepeatCtx": {
"type": "number", "type": "number",

Loading…
Cancel
Save