Revert "fix(memory,task): add Redis fair lock for ordered memory writes"
This commit is contained in:
@@ -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:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user