ChatGPTNextWeb / ChatGPTNextWeb/NextChat
[Feature Request] 支持 OpenAI Responses api
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 88.8k
- Forks
- 59.1k
- PR merge metrics
- No merged PRs in 30d
Description
### 🥰 需求描述
https://platform.openai.com/docs/models/o3-pro
这个没法用
报错
```
{
"error": {
"message": "This is not a chat model and thus not supported in the v1/chat/completions endpoint. Did you mean to use v1/completions?",
"type": "invalid_request_error",
"param": "model",
"code": null
}
}
```
### 🧐 解决方案
https://platform.openai.com/docs/models/o3-pro
需要支持新的 api
### 📝 补充信息
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.