feat: 同步OpenAI更新,更新0613模型及3.5 16K模型 及 修复stream模式引入的两个bug #249
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
feat: 同步OpenAI更新,更新0613模型及3.5 16K模型
fix: 修复http模式下outgoing机器人无法使用的问题
fix: 修复Stream模式下启动,service_url未配置报错的问题
feat: 新增画图prompt(感谢Chlorine提供)
http模式鉴权的时候没有考虑outgoing机器人的处理场景,outgoing机器人启动会报错:
2023/06/14 23:56:53 WARN [该请求不合法,可能是其他企业或者未经允许的应用调用所致,请知悉!]
修复后OK,已验证场景:
1.allow_outgoing_groups 无配置:程序正常放行
2.allow_outgoing_groups 配置正确:程序正常放行
3.allow_outgoing_groups 配置错误:程序正常拦截
在提出此拉取请求时,我确认了以下几点(请复选框):