ChatGPTNextWeb / ChatGPTNextWeb/NextChat

[Feature Request] Any plans to support Github Models?

Open
#6,046 2 comments 0 reactions 0 assignees View on GitHub
enhancement
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.