mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-19 04:56:53 +01:00
Fix naming
This commit is contained in:
parent
1ccaf66869
commit
a9ed46de11
5 changed files with 8 additions and 7 deletions
|
|
@ -1419,7 +1419,7 @@ OUTLOOK_OAUTH_ENABLED = bool(
|
|||
AI_ENABLED = __get_boolean("PAPERLESS_AI_ENABLED", "NO")
|
||||
LLM_EMBEDDING_BACKEND = os.getenv(
|
||||
"PAPERLESS_LLM_EMBEDDING_BACKEND",
|
||||
) # "local" or "openai"
|
||||
) # "huggingface" or "openai"
|
||||
LLM_EMBEDDING_MODEL = os.getenv("PAPERLESS_LLM_EMBEDDING_MODEL")
|
||||
LLM_BACKEND = os.getenv("PAPERLESS_LLM_BACKEND") # "ollama" or "openai"
|
||||
LLM_MODEL = os.getenv("PAPERLESS_LLM_MODEL")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue