Fix naming

This commit is contained in:
shamoon
2025-04-25 12:03:45 -07:00
parent 1ccaf66869
commit a9ed46de11
5 changed files with 8 additions and 7 deletions

View File

@@ -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",