Fix openai api key, config settings saving

This commit is contained in:
shamoon
2025-04-25 21:34:14 -07:00
parent 9c00b48dc7
commit 37745e846d
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 = {