We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如果您在使用此项目时遇到了错误,请在此报告,我们会尽快解决此问题。
请详细地描述您遇到的问题,包括出现问题的环境和步骤,以及您已经尝试过的解决方法。
另外,如果您在解决问题时已经查看过其他 GitHub Issue,请务必在文本中说明并引用相关信息。
请提供以下信息以帮助我们更快地解决问题:
docker 部署: docker run -d --name robot -p 9000:9000 -e APP_ID="xxx" -e APP_SECRET="xxx" -e APP_ENCRYPT_KEY="xxx" -e APP_VERIFICATION_TOKEN="xxx" -e BOT_NAME="chatgpt-robot" -e OPENAI_KEY="xxx" -e API_URL="https://api.openai.com" -e HTTP_PROXY="http://xxxx:7890" leizhenpeng/feishu-chatgpt
1:确定代理可用,因为同机器还有个其他的chatgpt项目在用,可以访问api接口
2:BOT_NAME=chatgpt-robot, chatgpt-robot名称跟飞书管理后台机器人名称一致
跟机器人对话就日志报错,这种是什么情况呢?
感谢您的反馈!🙏
The text was updated successfully, but these errors were encountered:
No branches or pull requests
错误报告invalid param 🐞
如果您在使用此项目时遇到了错误,请在此报告,我们会尽快解决此问题。
错误描述 🤔
请详细地描述您遇到的问题,包括出现问题的环境和步骤,以及您已经尝试过的解决方法。
另外,如果您在解决问题时已经查看过其他 GitHub Issue,请务必在文本中说明并引用相关信息。
附加信息 📝
请提供以下信息以帮助我们更快地解决问题:
docker 部署:
docker run -d --name robot -p 9000:9000 -e APP_ID="xxx" -e APP_SECRET="xxx" -e APP_ENCRYPT_KEY="xxx" -e APP_VERIFICATION_TOKEN="xxx" -e BOT_NAME="chatgpt-robot" -e OPENAI_KEY="xxx" -e API_URL="https://api.openai.com" -e HTTP_PROXY="http://xxxx:7890" leizhenpeng/feishu-chatgpt
1:确定代理可用,因为同机器还有个其他的chatgpt项目在用,可以访问api接口
2:BOT_NAME=chatgpt-robot, chatgpt-robot名称跟飞书管理后台机器人名称一致
跟机器人对话就日志报错,这种是什么情况呢?
感谢您的反馈!🙏
The text was updated successfully, but these errors were encountered: