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
例行检查
问题描述 测试claude-3-5-sonnet-20241022时没有问题,但使用anthropic的pythonsdk 请求确是404 nthropic.NotFoundError: Error code: 404 - {'error': {'message': 'Invalid URL (POST /v1/messages)', 'type': 'invalid_request_error', 'param': '', 'code': ''}}
复现步骤 import anthropic response = client.messages.create 请求。 预期结果 200, 相关截图
已确认请求模型没有拼写错误。
非常感谢。
The text was updated successfully, but these errors were encountered:
经过 oneapi 中转出去都是 OpenAI 格式调用
Sorry, something went wrong.
你好。所以你的意思是,我应该使用openai的sdk来请求?
经过 oneapi 中转出去都是 OpenAI 格式调用 你好。所以你的意思是,我应该使用openai的sdk来请求?
对的,只需要更换对应的 model ,就可以请求任意 oneapi 转发后的模型,all in one
有很多第三方工具使用的是客户端是指定的,并不能随意更改,希望支持使用原生地址的方式去访问大模型
No branches or pull requests
例行检查
问题描述
测试claude-3-5-sonnet-20241022时没有问题,但使用anthropic的pythonsdk 请求确是404
nthropic.NotFoundError: Error code: 404 - {'error': {'message': 'Invalid URL (POST /v1/messages)', 'type': 'invalid_request_error', 'param': '', 'code': ''}}
复现步骤
import anthropic
response = client.messages.create
请求。
预期结果
200,
相关截图
已确认请求模型没有拼写错误。
非常感谢。
The text was updated successfully, but these errors were encountered: