- Notifications
You must be signed in to change notification settings - Fork57
copilot-extensions/github-models-extension
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is an agent-basedGitHub Copilot Extension that provides a way to interact withGitHub Models, directly in Copilot Chat.
You can ask it things like "what models are available?" or "which model should I use for my use-case?". You can also ask it to execute a basic prompt using a particular model.
- Install dependencies:
npm install
- Run the server
- To run in development mode:
npm run dev
- To build and run in production mode:
npm run build&& npm start
- Followthis guide to make your server accessible to the internet
In short, we would expose a public URL for our local server using the following command (follow the guide for detailed setup instructions):
ngrok http http://localhost:3000
- Followthis guide to create a GitHub app
- Followthis guide to configure the app to use the public URL from (3.)
- Use your newly installed app! On any copilot enabled page, type
@your-app-name <prompt>
(from the app created in 4.) to interact with your local installation of this extension!
About
Copilot Extension to connect and chat with GitHub Models
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.