WenXinAPI is a simple wrapper for the official WenXin API
Project description
WenXinAPI
对百度文心一言API的简单封装,支持多用户上下文对话 github地址
安装
python -m pip install --upgrade WenXinAPI
支持Python版本
- 最小版本 - Python3.6
- 推荐 - Python3.8+
使用方法
配置方法
使用示例(异步流式)
from WenXinAPI.V1 import ChatBot
chatbot = ChatBot(
api_key="<your API_KEY>",
secret_key="<your SECRET_KEY>",
engine="<ENGINE you choose>"
)
print(await chatbot.ask("你好!"))
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
revWenXin-1.0.4.tar.gz
(12.1 kB
view hashes)