add missing region start comment.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user