formatting json files

This commit is contained in:
Alessandro Mauri 2023-12-16 19:48:27 +01:00
parent aaa78c03bc
commit fe68daac38
4 changed files with 2998 additions and 2998 deletions

View File

@ -1,12 +1,12 @@
[x] - in extensions.json add suffix for languages that require it such as css where comments are: /_ stuff _/
[] - test cancel token
[] - add fill in middle
[x] - add fill in middle
[x] - add config option to disable the extension
[] - add command to test and query connection to server
[x] - add feedback when waiting response
[] - add a chat window
[] - 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
[] - add a window to quickly modify model configs
[] - decorate ai generated text https://github.com/microsoft/vscode-extension-samples/tree/main/decorator-sample

View File

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