mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-04-30 04:30:59 +00:00
refactor: chat configuration location and definitions
This commit is contained in:
parent
7bd25b30fc
commit
49e4b03bbe
13 changed files with 96 additions and 123 deletions
|
|
@ -152,11 +152,11 @@ configurationConfigurable.section.codeCompletion.gitDiff.title=Enable git diff c
|
|||
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.
|
||||
chatConfigurationConfigurable.displayName=ProxyAI: Chat Settings
|
||||
chatConfigurationConfigurable.editorContextTag.title=Enable editor context tags
|
||||
chatConfigurationConfigurable.editorContextTag.description=If enabled, open files in the editor will be added to the chat tags.
|
||||
chatConfigurationConfigurable.psiStructure.title=Enable dependency structure analysis of attached files.
|
||||
chatConfigurationConfigurable.psiStructure.description=If enabled, the class structure that is present in the imports of the attached files will be added in the context of the dialog. A structure refers to the source code in files that include constructors, fields, and methods, with all modifiers, arguments, and return types, but without an implementation. The implementation of dependencies is intentionally excluded in order to find a balance between a high-quality chat context and saving tokens.
|
||||
configurationConfigurable.section.chatCompletion.title=Chat Completion
|
||||
configurationConfigurable.section.chatCompletion.editorContextTag.title=Enable automatic file tagging
|
||||
configurationConfigurable.section.chatCompletion.editorContextTag.description=If enabled, the content from open editor files will be automatically included with each message you send.
|
||||
configurationConfigurable.section.chatCompletion.psiStructure.title=Enable dependency structure analysis of attached files.
|
||||
configurationConfigurable.section.chatCompletion.psiStructure.description=If enabled, the class structure that is present in the imports of the attached files will be added in the context of the dialog. A structure refers to the source code in files that include constructors, fields, and methods, with all modifiers, arguments, and return types, but without an implementation. The implementation of dependencies is intentionally excluded in order to find a balance between a high-quality chat context and saving tokens.
|
||||
settingsConfigurable.service.llama.topK.label=Top K:
|
||||
settingsConfigurable.service.llama.topK.comment=Limit the next token selection to the K most probable tokens (default: 40)
|
||||
settingsConfigurable.service.llama.topP.label=Top P:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue