From ae8d01d0f7c18101d65eaa9f278985c840026bd7 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Sun, 14 Jun 2026 22:43:55 -0400 Subject: [PATCH] add missing region start comment. --- src/ai_client.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ai_client.py b/src/ai_client.py index 1c4e5b47..f3f79f59 100644 --- a/src/ai_client.py +++ b/src/ai_client.py @@ -2588,6 +2588,8 @@ def _send_qwen(md_content: str, user_message: str, base_dir: str, #endregion: Qwen Provider +#region: Llama Provider + def _ensure_llama_client() -> Any: global _llama_client, _llama_base_url, _llama_api_key if _llama_client is None: