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: