wangrongding / wechat-bot

🤖一个基于 WeChaty 结合 OpenAi ChatGPT / Kimi / 讯飞等Ai服务实现的微信机器人 ,可以用来帮助你自动回复微信消息,或者管理微信群/好友,检测僵尸粉等...
MIT License
5.16k stars 730 forks source link

fix bugs when openai api is not set: skip the configuration when open… #194

Closed JaneShine closed 2 months ago

JaneShine commented 2 months ago

fix bugs when openai api is not set: skip the configuration when openai config is empty in .env

wangrongding commented 2 months ago

已修复该问题,可以关注最新提交

wangrongding commented 2 months ago

具体修改详情参考: https://github.com/wangrongding/wechat-bot/commit/8a315a7e9c29f29d743dfdf497f5ec376e4306d9

JaneShine commented 2 months ago

已修复该问题,可以关注最新提交 之前的pr修复的并非是不配置.env的问题,是支持openai的配置为空。