ChatGPTNextWeb / ChatGPTNextWeb/NextChat
[Feature Request] Any plans to support Github Models?
- Dominant language
- TypeScript
- Stars
- 88.8k
- Forks
- 59.1k
- PR merge metrics
- No merged PRs in 30d
Description
### 🥰 Feature Description
[GitHub Models](https://docs.github.com/en/github-models) is available now. I hope this project can support it.
### 🧐 Proposed Solution
The api endpoint is `https://models.inference.ai.azure.com/`. But it can't be used directly in `BASE_URL` . It always return `404 Resource not found`.
I think it POST to `https://models.inference.ai.azure.com/v1/chat/completions`, while the real url is `https://models.inference.ai.azure.com/chat/completions`. More flexible processing is needed here.
### 📝 Additional Information
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.