Maplemx

Results 17 comments of Maplemx

Usually this error point to some part of the workflow can not be done, such as having no search result or generation result can not be parsed to correct data...

Hi, this is usually because the search tool can not work. Try using a proxy to enable the search tool. FYI:https://github.com/AgentEra/Agently-Daily-News-Collector/issues/4

You can use proxy to solve firewall block issue. Set your local proxy address like this in SETTINGS.yaml

这可能是因为安装了3.3.0.0的包导致的,可以暂时回退到3.2.2.11版本,因为3.3.0.0版本workflow内核运行部分全面调整为异步,和之前的日报项目实现逻辑有冲突,我很快会更新兼容3.3.0.0版本和3.2.2.11版本的方案

` 'column_requireiremenqut': 'Explore the policy adjustments or reactions from different countries or economic blocs in response to the U.S. interest rate cuts.'` 从输出的结果看,这个地方的字段名生成出错了,重试仍然有问题的话,可能要考虑更换模型

openai.AuthenticationError: Error code: 401 - {'error': {'message': 'Incorrect API key provided: . You can find your API key at https://platform.openai.com/account/api-keys.', 'type': 'invalid_request_error', 'param': None, 'code': 'invalid_api_key'}}

this issue is caused by model output in wrong format. we expect search_keywords output a string contains all keywords and use space to split but the search_keywords output in your...

Hi, you can turn on the debug mode by set IS_DEBUG to true in SETTINGS.yaml file to observe model generation process to see what's wrong when generating pick news chunk....

Yes I see the problem, and I can see you're using AzureOpenAI. This is a already-known issue that AzureOpenAI json format settings will always make mistakes when Agently tell it...