feat:神秘新no_reply

This commit is contained in:
SengokuCola
2025-06-23 01:16:00 +08:00
parent 83e2ca26d3
commit dcc5d0852a
3 changed files with 265 additions and 44 deletions

View File

@@ -53,7 +53,7 @@ async def generate_with_model(
Tuple[bool, str, str, str]: (是否成功, 生成的内容, 推理过程, 模型名称)
"""
try:
logger.info(f"[LLMAPI] 使用模型生成内容,提示词: {prompt[:100]}...")
logger.info(f"[LLMAPI] 使用模型生成内容,提示词: {prompt[:200]}...")
llm_request = LLMRequest(model=model_config, request_type=request_type, **kwargs)