-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce GitHub Models support #975
Comments
cc @sberyozkin |
Oh sorry, @geoand, just noticed it... Keeping fingers crossed it should work out of the box already, since we have Github support in Quarkus, the tricky question if Github allows using the user access tokens, I'll experiment soon enough |
Thanks |
Hi @geoand |
Which endpoints are you referring to? |
@geoand Sorry, similar to those available for other remote models where a token is passed as HTTP Authorization header's Bearer scheme value, that would let me test if I can pass a Github OAuth2 token to such an endpoint and get something in return. |
Interesting |
GitHub Models offers a bunch of models using the OpenAI API.
To consume the API a GitHub API key is needed.
It would be nice if we had an extension that integrates GitHub OIDC
The text was updated successfully, but these errors were encountered: