"description":"Prompt the model without formatting. Disables system message. Turn this on if you are having trouble with a model falling out of coding mode."
"default":"You are a code autocompletion engine. Respond with a continuation of the code provided and nothing else. Code should not be in a code block. Anything that is not code should be written as a code comment.",
"description":"The system message to use for code completions. Type DEFAULT for Makefile."
},
"ollama-autocoder.max-tokens-predicted":{
"type":"integer",
"default":500,
"description":"The maximum number of tokens generated by the model."
},
"ollama-autocoder.prompt-window-size":{
"type":"integer",
"default":2000,
"description":"The size of the prompt in characters. NOT tokens, so can be set about 1.5-2x the max tokens of the model (varies)."
"description":"The user's cursor will follow along with the generation. Disabling this can cause unintended effects when typing above/in front of the generation point, but could boost user productivity."