huangjia2019 / ai-agents

异步图书 《大模型应用开发 动手做AI Agent》 - 这是一些非常简单的入门示例,重在引导新手入门,目前LLM开发领域发展很快,本书只是一个提纲挈领。更多的示例和代码大家可以去OpenAI Cookbook, LangChain Example中去挖掘。
https://item.jd.com/14600442.html
202 stars 42 forks source link

错误 #2

Closed gotounix closed 1 month ago

gotounix commented 1 month ago

https://github.com/huangjia2019/ai-agents/blob/main/09-github-agents/9.2_BabyAGI.py 第 57 行:class TaskPrioritizationChain(llmChain): 应为:class TaskPrioritizationChain(LLMChain):

https://github.com/huangjia2019/ai-agents/blob/main/10-multi-agents/10.1_AutoGen.py 第 22 行 llm_config llm_config, 应为:llm_config=llm_config,

huangjia2019 commented 1 month ago

感谢您的指出,书籍和代码库都已经修改。在书籍的第7次印刷中将反映出修改。