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
例行检查
问题描述 通过中转请求geminiAPI,可以通过curl请求,但是通过openai sdk请求无法成功,结果为:openai.InternalServerError: Error code: 502
复现步骤 渠道信息为:
curl请求的参数及结果如下:
openai-sdk的请求参数及结果如下: openai==1.52.2
代码; 结果:
debug的过程参数:
预期结果
通过openai sdk请求,应该可以正常请求,并返回结果
The text was updated successfully, but these errors were encountered:
No branches or pull requests
例行检查
问题描述
通过中转请求geminiAPI,可以通过curl请求,但是通过openai sdk请求无法成功,结果为:openai.InternalServerError: Error code: 502
复现步骤
渠道信息为:
curl请求的参数及结果如下:
openai-sdk的请求参数及结果如下:
openai==1.52.2
代码;
结果:
debug的过程参数:
预期结果
通过openai sdk请求,应该可以正常请求,并返回结果
The text was updated successfully, but these errors were encountered: