LocalGPTSettings
The main settings interface for Local GPT plugin configuration.Properties
object
required
object
required
Default settings for action execution
string
required
Default creativity level:
"" (none), "low", "medium", or "high"string
Preset that controls the overall limit for context chunks in Enhanced Actions (RAG)Values:
"local"- 10,000 tokens"cloud"- 32,000 tokens"advanced"- 100,000 tokens"max"- 3,000,000 tokens
number
required
Settings schema version number for migration purposes
Default Settings
The plugin ships with these default settings:src/defaultSettings.ts
Creativity Levels
Creativity levels map to temperature values:src/defaultSettings.ts
Template Keywords
Special keywords used in prompts:src/defaultSettings.ts
These keywords are automatically replaced during action execution with actual content from the editor selection and linked files.