Skip to main content

GitHub Copilot

Jupyter AI Agents supports models from GitHub Copilot.

Read the Langchain GitHubCopilot README to get the GITHUB token and make sur you define it in the following environment variable.

export GITHUB_TOKEN="..."

GitHub Copilot supports different models that you can specify using the --model-name parameter. The available models as of 2024-02-07 are

  • gpt-4o
  • o1
  • o3-mini

Make sure you have a GitHubCopilot subscription and have enabled the model you want to use in your GitHubCopilot settings.