This package contains the LangChain integration with GithubCopilot
pip install -U langchain-github-copilot
And you should configure credentials by setting the following environment variables:
- TODO: fill this out
ChatGithubCopilot
class exposes chat models from GithubCopilot.
from langchain_github_copilot import ChatGithubCopilot
llm = ChatGithubCopilot()
llm.invoke("Sing a ballad of LangChain.")