首页 > 其他分享 >creating chat agent with langchain and openai getting no attribute error

creating chat agent with langchain and openai getting no attribute error

时间:2024-12-14 09:29:23浏览次数:7  
标签:creating getting attribute tool langchain openai agent using

题意:使用 Langchain 和 OpenAI 创建聊天代理时遇到没有属性错误。

问题背景:

I'm trying to test a chat agent using the python code below. I'm using langchain agent and tool from langchain. I'm defining a couple of simple functions for the LLM to use as tools when a prompt mentions something relevant to the tool. I'm using the openai gpt-3.5-turbo model for the LLM. I'm getting the error message below when trying to run conversational_agent with a simple prompt to return a random number. The function defined for the tool should do this easily. I'm getting the error message below mentioning that openai doesn't have the attribute. Does anyone see what the issue might be and can you suggest how to fix it?

我正在尝试使用以下 Py

标签:creating,getting,attribute,tool,langchain,openai,agent,using
From: https://blog.csdn.net/suiusoar/article/details/144464319

相关文章

  • Vue3_透传 Attributes
    什么是透传Attributes透传属性指的是没有被该组件声明为props或emits的属性或v-on事件监听器,eg:class、style、id...在JavaScript中访问透传Attributes//使用useAttrs()API来访问一个组件的所有透传属性<scriptsetup>import{useAttrs}from'vue'constattrs=u......
  • shader uniform和attribute的区别
    ‌Shader中的uniform和attribute的主要区别在于它们的使用范围和用途。‌uniform变量‌uniform变量‌可以在顶点着色器(VertexShader)和片段着色器(FragmentShader)中共享使用,通常用于传递全局数据,如变换矩阵、光照参数、材质属性等。这些数据在着色器程序中是不可变的,即它们的值......
  • keil中加入RTOS后报错 Error: L6242E: Cannot link object rtx_delay.o as its attrib
    编译出现以下问题:解决方法(有点怪但有用):点击Target,编译器选择version5版本在C/C++中勾选EnumContaineralwaysint点击OK后会弹出如下界面,不要慌,继续点OK关掉它重新编译,结果如下回到编译器选项,选择version6版本6.点击小绿图标7.确保RTOS已勾选重新编译,结果......
  • Effective Clustering on Large Attributed Bipartite Graphs翻译
    EffectiveClusteringonLargeAttributedBipartiteGraphs翻译大型有属性二部图的高效聚类RenchiYangKDD2024香港浸会大学摘要属性二部图(ABGs)是一种表达性数据模型,用于描述与丰富属性相关的两组异构节点之间的交互,例如客户-产品购买网络和作者-论文作者关系图......
  • 求助——AssertionError: Attribute pipeline is missing from configuration.json.
    我在本地运行Sunsimiao大模型的时候遇到了“AssertionError:Attributepipelineismissingfromconfiguration.json.”的问题。在网上找了很多问题都没有解决,求助一下广大网友。有什么好的解决方法吗?本地环境如上所示,不知是哪里出现了问题!!!!......
  • Input报错“Form elements must have labels: Element has no title attribute Elemen
    喵~项目开发难免会遇到些不解的问题,以下总结的是简化版,重在复现问题,解决问题。写表单时,如果只是单独写了input元素,发现在后台管理会飘红。感觉很奇怪,明明没有写错语法,为什么会飘红呢?1、写一段最普通的html页面2、右键,选择“检查”,打开后台管理器,指向input元素此时,可以看到......
  • Task01 课程简介,安装Installation && Task02 启航Getting Started
    Task01课程简介,安装Installation课程简介1.python是一种相当高级的语言,由著名的“龟叔”所创造。2.用处可以做日常任务,做网站,做网络游戏后台。3.缺点:无法写操作系统(C语言),手机应用(Java,Swift/objective-C),3D游戏(C,C++),其运行速度慢,以及代码无法加密。安装Installation1.在Window......
  • 启航Getting Started
    启航GettingStartedprintprint("helllo,world")(中文也可以)每一次的print默认都是会换行的print想一次性输入很多行需要'"'"'(单双引号均可)print一次也可输出多个内容,默认以空格分隔print("a","d")输出ab字符串做加法乘法乘法会重复输出加法可以把字符串加起来,中......
  • S01E01-Buddy, Why do you keep getting stuck like this
    目录buddygetstuckvsbestuckkeepdoingI‘mjustgonnasayitbyaspecialistExcaliburbuddy“Buddy”是一种亲切、友好的称呼,通常用来指代朋友、伙伴或亲近的人。它在英语中非常口语化,适用于多种情境,尤其是表达友谊、亲密或者轻松的语气。以下是一些常见的场景,可以使用“......
  • AttributeError: module ‘backend_interagg‘ has no attribute ‘FigureCanvas‘.
    plt.figure(figsize=(12,6))File"D:\anaconda\Lib\site-packages\matplotlib\pyplot.py",line1027,infiguremanager=new_figure_manager(^^^^^^^^^^^^^^^^^^^File"D:\anaconda\Lib\site-packages\matplotlib\pyplot.py",line549......