From 95944a553d84c35cd2f6df79e43a6d3ff353591b Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 10 Sep 2026 15:47:54 -0700 Subject: [PATCH] Chore: remove comment [skip ci] --- src/paperless_ai/client.py | 1 - 1 file changed, 1 deletion(-) 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"