formatting json files
This commit is contained in:
parent
aaa78c03bc
commit
fe68daac38
4
TODO.md
4
TODO.md
@ -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
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user