goldfishh / chatgpt-tool-hub

An open-source chatgpt tool ecosystem where you can combine tools with chatgpt and use natural language to do anything.
MIT License
1.2k stars 160 forks source link

大佬,这几个api如何申请 #90

Open lmy668 opened 6 months ago

lmy668 commented 6 months ago

前置确认

1. 网络能够访问openai接口
2. git pull 拉取最新代码
3. 执行pip install -r requirements.txt,检查依赖是否满足
4. 在已有 issue 中未搜索到类似问题

5. 注意,提issue前请确认用本项目test.py(参考README.md 快速开始配置)重试一次你的问题是否能复现

问题描述

  1. 你的问题是否在test.py能复现?

  2. 你复现时的config.json,注意抹去你的api-key

    {
    "tools": [],
    "kwargs": {
      "debug": true  // debug模式一定要打开
    }
    }
  3. 你的问题:

14. email *
发送邮件
15. sms *
发送短信
16. stt *
speak to text 语音识别
17. tts *
text to speak 文生语音
18. wechat *
  1. 收到ai的回复:
[替换我]
  1. debug模式终端打印的日志:
[替换我]

环境