豆包 AI 插件
申请地址:https://console.volcengine.com/ark/region:ark+cn-beijing/endpoint
API 地址:https://www.volcengine.com/docs/82379/1298454
1. 插件介绍
- 功能:接入抖音豆包 AI,提供 AI 文字聊天
- 代码:https://github.com/shenxgan/qqbot/tree/main/ws/plugins/ai_doubao
2. 触发方式
- 使用
\gpt
命令开头,后接问题 - 示例:
\gpt 介绍一下 python
3. 实现细节
- 插件目录(名称):
ai_doubao
- 考虑到在 QQ 群中并不适合很长段的回复,所以在 AI 的
'role': 'system'
中指明 “你的每次回复都在50字以内” - 豆包的
api key
和model
存于环境变量中,这样就不用将敏感信息暴露在代码中了