Skip to main content

WenXinAPI is a simple wrapper for the official WenXin API

Project description

WenXinAPI

PyPi

对百度文心一言API的简单封装,支持多用户上下文对话 github地址

安装

python -m pip install --upgrade WenXinAPI

支持Python版本

  • 最小版本 - Python3.6
  • 推荐 - Python3.8+

使用方法

配置方法

  1. 在百度智能云的 文心千帆平台 上申请使用资格
  2. 在控制台 应用列表页面 创建应用
  3. 获取并保存API_KEY和SECRET_KEY

使用示例(异步流式)

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.2.tar.gz (11.6 kB view hashes)

Uploaded Source

Built Distribution

revWenXin-1.0.2-py3-none-any.whl (11.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page