Skip to content

Copilot Extension to connect and chat with GitHub Models

Notifications You must be signed in to change notification settings

Ahmabo/github-models-extension

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@models Copilot Extension

This is a GitHub Copilot Extension that provides a way to interact with GitHub Models, directly in Copilot Chat.

Note

To use Copilot Extensions, you must be enrolled in the limited public beta.

All enrolled users with a GitHub Copilot Individual subscription can use Copilot Extensions.

For enrolled organizations or enterprises with a Copilot Business or Copilot Enterprise subscription, organization owners and enterprise administrators can grant access to Copilot Extensions.

What it can do

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.

Description Image
User asking @models for a recommended model that is low-cost and supports function calling User asking @models for a recommended model that is low-cost and supports function calling
Dialogue with the Extension, asking for an OpenAI model Dialogue with the Extension, asking for an OpenAI model
User executing a basic prompt using the model that the extension recommended User executing a basic prompt using the model that the extension recommended

Development

Install dependencies:

npm install

To run in development mode:

npm run dev

To build and run in production mode:

npm run build && npm start

About

Copilot Extension to connect and chat with GitHub Models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 55.6%
  • Dockerfile 44.4%