Replies: 2 comments
-
|
This appears to be an Azure Models API bug or deprecated endpoint configuration. The header points to github.blog instead of models.github.ai. Quick workaround:
For GitHub team: Recommendation:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
the github.blog link is fine, as explained above the incorrect URL is the one with github.models.ai |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The
linkresponse header onmodels.inference.ai.azure.comcontains a swapped subdomain.Actual header:
Problem:
github.models.aidoes not resolve (TLS SNI error). The correct URL ismodels.github.ai.Expected header:
Reproduction:
Note: the header appears intermittently — not every response includes it.
Anyone migrating programmatically by following the
rel="alternate"link will hit a dead endpoint.Beta Was this translation helpful? Give feedback.
All reactions