in src/main/kotlin/co/huggingface/llmintellij/LlmSettingsComponent.kt [88:91]
override fun changedUpdate(e: DocumentEvent) {
val apiTokenValue = String(apiToken.password)
SecretsService.instance.saveSecretSetting(apiTokenValue)
}