赞
踩
- pip install dashscope
- pip install langchain
- pip install langchain-community
https://help.aliyun.com/document_detail/611472.html?spm=a2c4g.2399481.0.0
- from getpass import getpass
- DASHSCOPE_API_KEY = getpass()
-
- import os
- os.environ["DASHSCOPE_API_KEY"] = "你的APIkey"
-
- from langchain_community.llms import Tongyi
- Tongyi().invoke("What NFL team won the Super Bowl in the year Justin Bieber was born?")
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。