Replies: 1 comment 1 reply
-
I'm not sure many people are using that adapter so thanks for spotting this! Feel free to put a PR together for this fix. |
Beta Was this translation helpful? Give feedback.
1 reply
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
models.inference.ai.azure.com
URL for GItHub Models inference has recently been deprecated in favor ofgithub.models.ai
.Could the url be changed in githubmodels.lua to
https://models.github.ai/inference/chat/completions
? I believe that would be the only change necessary to migrate to the new endpoint. There is a potential that the listed model names would need some tweaks to match theid
field in the response from https://models.github.ai/catalog/models as described in https://docs.github.com/en/rest/models/catalog, but I don't believe thats necessary.Beta Was this translation helpful? Give feedback.
All reactions