open-compass / open-compass/VLMEvalKit

404 Failed to obtain answer via API. <Response [404]>

Open
#1,235 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
4.4k
Forks
768
Avg merge
2d 27m
Merged PRs (30d)
18

Description

Image Image

当运行到requests.post会报404错误,但是要是用self.client = AzureOpenAI,client.chat.completions.create就能正常输出,用的是azure。
请问有人遇到这个问题吗,应该怎么改

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the requests.post call that returns HTTP 404 and compare its endpoint and configuration with the working AzureOpenAI client.chat.completions.create path described in the report. Confirm the Azure request reaches the intended API route and reproduce the successful response; done means the API call no longer returns 404.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, python
Domain
api, backend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.