You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ISSUE_TEMPLATE.md 664B

1234567891011121314151617181920212223242526272829
  1. ### 前置确认
  2. 1. 网络能够访问openai接口
  3. 2. python 已安装:版本在 3.7 ~ 3.10 之间
  4. 3. 执行`pip3 install -r requirements.txt`,检查依赖是否满足
  5. 4. 在已有 issue 中未搜索到类似问题
  6. 5. [FAQS](https://github.com/zhayujie/chatgpt-on-wechat/wiki/FAQs) 中无类似问题
  7. ### 问题描述
  8. > 简要说明、截图、复现步骤等,也可以是需求或想法
  9. ### 终端日志 (如有报错)
  10. ```
  11. [在此处粘贴终端日志]
  12. ```
  13. ### 环境
  14. - 操作系统类型 (Mac/Windows/Linux):
  15. - Python版本 ( 执行 `python3 -V` ):
  16. - pip版本 ( 依赖问题此项必填,执行 `pip3 -V`):