feat: add option to persist API keys on non-localhost (opt-in security feature)

This commit is contained in:
Xiaohan-Tian
2026-01-17 13:54:15 -08:00
parent 2a0d128d0f
commit e8b79efde7
5 changed files with 54 additions and 12 deletions
+1
View File
@@ -2,6 +2,7 @@
"general": {
"language": "en_us",
"llm_provider": "openai",
"persist_api_keys_non_localhost": false,
"openai": {
"api_key": "",
"flex": false,