yejue / nonebot-plugin-with-ai-agents

AI Agents 插件,仅使用基本原理实现联网能力、页面提取能力、百科搜索能力。(支持ChatGPT、ChatGLM、通义千问、百川、Llama3 等模型)
MIT License
44 stars 1 forks source link

优化ReadMe,新增接口 #6

Closed chenjinming2071 closed 5 months ago

chenjinming2071 commented 5 months ago

openai的apikey难以注册(主要就是银行卡问题),因此想兼容一些国内的转发ChatAnyWhere

yejue commented 5 months ago

看了一下,实际上这个需求不需要增加一个平台,只需要修改平台的 api 链接即可。这样的话可以在 config 里面加一个可配置项,如果非空,则认为应该替换掉当前平台默认使用的 url

chenjinming2071 commented 5 months ago

ok,正在改