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
{{ message }}
This repository was archived by the owner on Nov 10, 2025. It is now read-only.
I would like to be able to use my own custom LLM with the GitHubSearchTool and it does not appear to be working for me so far. I have a privately hosted LLM with an OpenAI-compatible endpoint deployed on vLLM (have verified that it works outside of this context). Here's the code I have:
Error invoking Github Query Agent: Error code: 401 - {'error': {'message': 'Incorrect API key provided: v1*************************************************************2483. You can find your API key at https://platform.openai.com/account/api-keys.', 'type': 'invalid_request_error', 'param': None, 'code': 'invalid_api_key'}} in upsert.
Seems it doesn't recognize my base URL which is not OpenAI (it's just OpenAI compatible). What am I missing here? Any help would be greatly appreciated - thanks!