Skip to content
New issue

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

使用anthropic pythonsdk请求返回404 #1900

Open
4 of 5 tasks
jlu3389 opened this issue Oct 29, 2024 · 4 comments
Open
4 of 5 tasks

使用anthropic pythonsdk请求返回404 #1900

jlu3389 opened this issue Oct 29, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@jlu3389
Copy link

jlu3389 commented Oct 29, 2024

例行检查

  • 我已确认目前没有类似 issue
  • 我已确认我已升级到最新版本
  • 我已完整查看过项目 README,尤其是常见问题部分
  • 我理解并愿意跟进此 issue,协助测试和提供反馈
  • 我理解并认可上述内容,并理解项目维护者精力有限,不遵循规则的 issue 可能会被无视或直接关闭

问题描述
测试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,
相关截图
image

已确认请求模型没有拼写错误。

非常感谢。

@jlu3389 jlu3389 added the bug Something isn't working label Oct 29, 2024
@QAbot-zh
Copy link

经过 oneapi 中转出去都是 OpenAI 格式调用

@jlu3389
Copy link
Author

jlu3389 commented Oct 30, 2024

经过 oneapi 中转出去都是 OpenAI 格式调用

你好。所以你的意思是,我应该使用openai的sdk来请求?

@QAbot-zh
Copy link

经过 oneapi 中转出去都是 OpenAI 格式调用

你好。所以你的意思是,我应该使用openai的sdk来请求?

对的,只需要更换对应的 model ,就可以请求任意 oneapi 转发后的模型,all in one

@chenzikun
Copy link

有很多第三方工具使用的是客户端是指定的,并不能随意更改,希望支持使用原生地址的方式去访问大模型

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants