采纳答案成功!
向帮助你的同学说点啥吧!感谢那些助人为乐的人
老师,百度的文心一言要怎么通过langchain调用? 还有下面示例的阿里千问模型的调用方法,是在哪里查到的? from langchain_community.llms import Tongyi llm = Tongyi()
我最近看tomiezhang老师的课,用通义千问调用如下:
from langchain_community.chat_models import ChatTongyi chat = ChatTongyi(model="qwen-long", top_p=0.8, temperature=0, api_key="") print(chat.invoke("你是谁?1+1等于多少?"))
返回:content='我是阿里云开发的一款超大规模语言模型,我叫通义千问。1+1等于2。'
环境配置:
Step1: 在阿里云百炼中申请api key,还可能要充值,https://bailian.console.aliyun.com/?spm=5176.29619931.J__Z58Z6CX7MY__Ll8p1ZOR.1.4a3e521cSdbErJ#/home
Step2: 安装python依赖包,
pip3 install --upgrade langchain-community dashscope
我本地的Python 3.11.2
百度:https://python.langchain.com/docs/integrations/llms/baidu_qianfan_endpoint/
通义:https://python.langchain.com/docs/integrations/llms/tongyi/
登录后可查看更多问答,登录/注册
基于Langchain+LLM,赋能企业轻松具备符合自身业务的智能化能力
268 1
560 1
411 13
631 12
627 8
购课补贴联系客服咨询优惠详情
慕课网APP您的移动学习伙伴
扫描二维码关注慕课网微信公众号