|
@@ -184,7 +184,7 @@ async def run_ai_pipeline(log_id: str, tag_category_id: str, phrase: str, instuc
|
|
|
tags = dao.query_dict(""" select id,tag_nm as tag_name,tag_code, tag_path,category_id,tag_prompt from aitag_tag_info where id in %s """, (tuple(result),))
|
|
tags = dao.query_dict(""" select id,tag_nm as tag_name,tag_code, tag_path,category_id,tag_prompt from aitag_tag_info where id in %s """, (tuple(result),))
|