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

[Bug]: <title>openai.NotFoundError: Error code: 404 - {'timestamp': '2024-08-23T08:47:30.562+00:00', 'status': 404, 'error': 'Not Found', 'path': '/v4/chat/completions/chat/completions'} #1009

Closed
1 of 3 tasks
Egber1t opened this issue Aug 23, 2024 · 1 comment
Labels
bug Something isn't working community_support Issue handled by community members triage Default label assignment, indicates new issue needs reviewed by a maintainer

Comments

@Egber1t
Copy link

Egber1t commented Aug 23, 2024

Do you need to file an issue?

  • I have searched the existing issues and this bug is not already filed.
  • My model is hosted on OpenAI or Azure. If not, please look at the "model providers" issue and don't file a new one here.
  • I believe this is a legitimate bug, not just a question. If this is a question, please use the Discussions area.

Describe the bug

LLM:glm-4-0520 model: embedding-3

Steps to reproduce

No response

Expected Behavior

No response

GraphRAG Config Used

# Paste your config here
  type: openai_chat # or azure_openai_chat
  model: glm-4-0520
  model_supports_json: False # recommended if this is available for your model.
  # max_tokens: 4000
  # request_timeout: 180.0
  api_base: https://open.bigmodel.cn/api/paas/v4/chat/completions



    model: embedding-3
    api_base: https://open.bigmodel.cn/api/paas/v4

Logs and screenshots

不支持v4吗?

Additional Information

  • GraphRAG Version:
  • Operating System:
  • Python Version:
  • Related Issues:
@Egber1t Egber1t added bug Something isn't working triage Default label assignment, indicates new issue needs reviewed by a maintainer labels Aug 23, 2024
@natoverse natoverse added the community_support Issue handled by community members label Aug 23, 2024
@natoverse
Copy link
Collaborator

This looks like it could be a misconfig with your provider if you are getting a 404, or maybe they respond with a 404 if you aren't authenticated properly. Routing to #657 for community support as we can't really help diagnose model provider issues.

@natoverse natoverse closed this as not planned Won't fix, can't repro, duplicate, stale Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working community_support Issue handled by community members triage Default label assignment, indicates new issue needs reviewed by a maintainer
Projects
None yet
Development

No branches or pull requests

2 participants