diff --git a/src/paperless_ai/client.py b/src/paperless_ai/client.py index 8c2a9abf4..682a0e86c 100644 --- a/src/paperless_ai/client.py +++ b/src/paperless_ai/client.py @@ -40,7 +40,6 @@ LLM_SYSTEM_PROMPT = ( # openai-python rejects empty keys since 2.34.0, "fake" is the stand-in from # llama-index's own OpenAILike docs https://docs.llamaindex.ai/en/stable/api_reference/llms/openai_like/ -# TODO: remove pending resolution of https://github.com/openai/openai-python/issues/3224 PLACEHOLDER_API_KEY: Final = "fake"