mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-04-30 04:30:59 +00:00
feat: support disabling system prompt
This commit is contained in:
parent
38d935ac73
commit
fab8d416ee
12 changed files with 80 additions and 30 deletions
|
|
@ -142,7 +142,7 @@ configurationConfigurable.section.codeCompletion.multiLineCompletions.descriptio
|
|||
configurationConfigurable.section.codeCompletion.postProcess.title=Enable tree-sitter post-processing
|
||||
configurationConfigurable.section.codeCompletion.postProcess.description=If checked, the completion will be post-processed using the tree-sitter parser.
|
||||
configurationConfigurable.section.codeCompletion.gitDiff.title=Enable git diff context
|
||||
configurationConfigurable.section.codeCompletion.collectDependencyStructure.title=Collect the dependencies of the analyzed file.
|
||||
configurationConfigurable.section.codeCompletion.collectDependencyStructure.title=Enable dependency analyzer
|
||||
configurationConfigurable.section.codeCompletion.collectDependencyStructure.description=Enabling the setting allows the plugin to collect the dependency structure, which increases the accuracy of the proposed data, but consumes more tokens per request. Currently, it is implemented only for the Kotlin language.
|
||||
configurationConfigurable.section.codeCompletion.gitDiff.description=If checked, the user's most recent unstaged git diff will be included when requesting completion.
|
||||
settingsConfigurable.service.llama.topK.label=Top K:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue