Skip to main content

A nonebot plugin for xinghuo LLM

Project description

NoneBotPluginLogo

NoneBotPluginText

nonebot-plugin-chatgpt-turbo

介绍

  • 本插件是适配科大讯飞星火大模型官方API的聊天机器人插件,同时具有上下文记忆回复功能。已适配V3.0版API。

安装

  • 手动安装

    git clone https://github.com/Alpaca4610/nonebot_plugin_xinghuo_api.git
    

    下载完成后在bot项目的pyproject.toml文件手动添加插件:

    plugin_dirs = ["xxxxxx","xxxxxx",......,"下载完成的插件路径/nonebot-plugin-xinghuo-api"]
    
  • 使用 pip

    pip install nonebot-plugin-xinghuo-api
    

配置文件

必选内容: 在Bot根目录下的.env文件中填入科大讯飞提供的API调用鉴权信息:

xinghuo_app_id = xxxxxxxx
xinghuo_api_secret = xxxxxxxx
xinghuo_api_key = xxxxxxxx

可选内容:

xinghuo_enable_private_chat = True   # 私聊开关,默认开启,改为False关闭
xinghuo_api_version = ""    #星火大模型的版本,默认为v1.5。使用2.0版本请填入v2,使用3.0版本请填入v3

使用方法

  • @机器人进行问答时,机器人没有上下文回复的能力
  • xh 使用该命令进行问答时,机器人具有上下文回复的能力
  • xh_clear 清除当前用户的聊天记录

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

nonebot_plugin_xinghuo_api-2.0.2.tar.gz (5.6 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file nonebot_plugin_xinghuo_api-2.0.2.tar.gz.

File metadata

File hashes

Hashes for nonebot_plugin_xinghuo_api-2.0.2.tar.gz
Algorithm Hash digest
SHA256 bf754963d689f54992d01063dd023606054accee94c6898fea8df492f40a1295
MD5 442da51b52a0a300fcd07bbb4c905e3c
BLAKE2b-256 6272ea364d012ea48f40fb9e714e07b07d484a84f16a7750a447403ef1c8f617

See more details on using hashes here.

File details

Details for the file nonebot_plugin_xinghuo_api-2.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for nonebot_plugin_xinghuo_api-2.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 c5d4849a939b219e8facbdf00d7a40de00690d9e29feff7396df0f68f86ba678
MD5 8f5538cf49cee110584a6cb2894952df
BLAKE2b-256 060609b7a916cf90fa1a9c2ac35b70caf6f95d48c720d0f55ace22e1c4317a0f

See more details on using hashes here.

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