Github Copilot integration
Has anyone succesfully integrated with any model avaiable on GitHub Copilot? What have a done so far: - Got a model list from Github API (https://docs.github.com/en/rest/models/catalog?apiVersion=2022-11-28#about-github-models-catalog) - Connected with my GitHub account from log - Added the models and select Github Copilot as Chat Model Provider - Typed any model on `Chat model name` - Test a communication All I got is errors with message: ``` openai.BadRequestError: Error code: 400 - {'error': {'message': 'The requested model is not supported.', 'code': 'model_not_supported', 'param': 'model', 'type': 'invalid_request_error'}} (...) litellm.BadRequestError: Github_copilotException - The requested model is not supported. ``` I have tried many combinations: - openai/gpt-4o-mini - github_copilot/gpt-5.1-mini - github_copilot_gpt-5.1-mini So I´m not sure what to put on "model name".