tian-minghui / openai-style-api

支持将openai、claude、azure openai, gemini,kimi, 智谱AI,通义千问,讯飞星火API等模型服务方的调用转为openai方式调用。屏蔽不同大模型API的差异,统一用openai api标准格式使用大模型(Shield the differences between different large model APIs and use large models in a unified openai API standard format)
MIT License
328 stars 55 forks source link

无法触发Langchain Agent插件 #3

Open AaronDemo opened 9 months ago

AaronDemo commented 9 months ago

相同的代理接口,直接配置在chat-next-web-langchain项目可以用,但是配置在该项目无法触发? 初步怀疑是接受参数不同?有待进一步测试