Private
Public Access
0
0

add missing region start comment.

This commit is contained in:
2026-06-14 22:43:55 -04:00
parent 2d51199699
commit ae8d01d0f7
+2
View File
@@ -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: