-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Use the Github Copilot as LLM provider #5761
Comments
Hi there. Copilot still uses an LLM underneath to work. You need API access to that LLM to run OpenHands so this won't work. Unless you have free access to an LLM API which would be surprising. |
Like this Using the Unofficial API, as how VS-code, Zed makes the Call the the GitHub Copilot End point for chat & other things we can Also do that. |
The example API call you linked looks like a call from an editor's auto-complete, with a single string as prompt and a one-line response? I'm sorry, I don't see how that will work with
If you want to see for yourself, try it: you can run |
theis this also have the chat api |
If Some One Have access to the GitHub Copilot Then We Should Be able to use it as a LLM provider, as it is free for the students Then can have to use it like it provides the o1 mini, 4o, 4, etc.
The text was updated successfully, but these errors were encountered: