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 _/
|
[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…
Reference in New Issue
Block a user