Xizhiyuan

Results 2 issues of Xizhiyuan

### Self Checks - [X] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [X] I confirm that I am using English to submit this...

💪 enhancement
stale

`api_key = OmegaConf.load(api_key_path).get("deepseek").get("api_key") model = OpenAIChatModel( model_name="deepseek-chat", api_key=api_key, client_args={"base_url": "https://api.deepseek.com", }, **kwargs, ) formatter = OpenAIChatFormatter() memory = InMemoryMemory() agent = ReActAgent( name=agent_name, sys_prompt=sys_prompt, model=model, formatter=formatter, memory=memory, ) ` 在第一轮对话的时候消息里会打印:Error...