Fix openai api key, config settings saving

This commit is contained in:
shamoon
2025-04-25 21:34:14 -07:00
parent 0052f21cea
commit 0690fd36c5
4 changed files with 8 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ export const ConfigCategory = {
export const LLMEmbeddingBackendConfig = {
OPENAI: 'openai',
LOCAL: 'local',
HUGGINGFACE: 'huggingface',
}
export const LLMBackendConfig = {