You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
According to your workaround, the POST URL becomes https://models.inference.ai.azure.com/chat/completions#/v1/chat/completions, and anything after the # has no effect, right?
Anyway it works. Thank you!
🥰 Feature Description
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 inBASE_URL
. It always return404 Resource not found
.I think it POST to
https://models.inference.ai.azure.com/v1/chat/completions
, while the real url ishttps://models.inference.ai.azure.com/chat/completions
. More flexible processing is needed here.📝 Additional Information
No response
The text was updated successfully, but these errors were encountered: