open-compass / open-compass/VLMEvalKit
404 Failed to obtain answer via API. <Response [404]>
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 4.4k
- Forks
- 768
- Avg merge
- 2d 27m
- Merged PRs (30d)
- 18
Description
当运行到requests.post会报404错误,但是要是用self.client = AzureOpenAI,client.chat.completions.create就能正常输出,用的是azure。
请问有人遇到这个问题吗,应该怎么改
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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