mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-23 11:31:19 +00:00
Fix naming
This commit is contained in:
@@ -66,7 +66,7 @@ def test_parse_llm_classification_response_invalid_json():
|
||||
@patch("paperless.ai.client.AIClient.run_llm_query")
|
||||
@patch("paperless.ai.ai_classifier.build_prompt_with_rag")
|
||||
@override_settings(
|
||||
LLM_EMBEDDING_BACKEND="local",
|
||||
LLM_EMBEDDING_BACKEND="huggingface",
|
||||
LLM_EMBEDDING_MODEL="some_model",
|
||||
LLM_BACKEND="ollama",
|
||||
LLM_MODEL="some_model",
|
||||
|
||||
Reference in New Issue
Block a user