Revert "fix(memory,task): add Redis fair lock for ordered memory writes"

This commit is contained in:
Ke Sun
2026-03-30 17:16:14 +08:00
committed by GitHub
parent a58ac385b1
commit 533000030f
3 changed files with 30 additions and 145 deletions

View File

@@ -65,7 +65,7 @@ class OpenAIClient(LLMClient):
type=type_
)
logger.debug(f"OpenAI 客户端初始化完成: type={type_}")
logger.info(f"OpenAI 客户端初始化完成: type={type_}")
async def chat(self, messages: List[Dict[str, str]], **kwargs) -> Any:
"""