We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
例行检查
问题描述 在使用openai的4o识图,即用4v的格式来传递数据时,在oneapi中,如果下图的“text”参数,没有传递,就会在第二个图的代码处引发nil崩溃。征集下处理方案。是直接把错误抛给用户,还是在内部处理了没传递“text”的时候,直接把这个值设置为空。
复现步骤
预期结果
相关截图 如果没有的话,请删除此节。
The text was updated successfully, but these errors were encountered:
没传递的时候就是这种报错
Sorry, something went wrong.
我更倾向于把这个错误抛出给用户,让用户知道啥情况
Successfully merging a pull request may close this issue.
例行检查
问题描述
在使用openai的4o识图,即用4v的格式来传递数据时,在oneapi中,如果下图的“text”参数,没有传递,就会在第二个图的代码处引发nil崩溃。征集下处理方案。是直接把错误抛给用户,还是在内部处理了没传递“text”的时候,直接把这个值设置为空。
复现步骤
预期结果
相关截图
如果没有的话,请删除此节。
The text was updated successfully, but these errors were encountered: