Jason
Jason
如题,大佬有没有可能实现: 基于企业微信、钉钉实现身份认证后,获取到用户绑定的手机号去实现即可以通过企业微信钉钉重置密码也能实现手机短信重置密码 再次感谢!
git pull 最新版本并编辑compose文件,只修改了下面的地方。 webserver: image: eosphorosai/dbgpt:latest command: python3 dbgpt/app/dbgpt_server.py environment: - LOCAL_DB_HOST=db - LOCAL_DB_PASSWORD=aa123456 - ALLOWLISTED_PLUGINS=db_dashboard - LLM_MODEL=chatgpt_proxyllm - PROXY_API_KEY=sk-xxxxx - PROXY_SERVER_URL=https://中转API/v1 然后执行 jason@Debian-HMD:~/docker/DB-GPT$ docker compose up -d [+] Running...
### Self Checks - [X] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [X] I have searched for existing...
### 前置确认 - [X] 我确认我运行的是最新版本的代码,并且安装了所需的依赖,在[FAQS](https://github.com/zhayujie/chatgpt-on-wechat/wiki/FAQs)中也未找到类似问题。 ### ⚠️ 搜索issues中是否已存在类似问题 - [X] 我已经搜索过issues和disscussions,没有跟我遇到的问题相关的issue ### 操作系统类型? Windows ### 运行的python版本是? python 3.7 ### 使用的chatgpt-on-wechat版本是? Latest Release ### 运行的`channel`类型是? wx(个人微信, itchat) ### 复现步骤 🕹 _No...