Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Copilot Extension to connect and chat with GitHub Models

NotificationsYou must be signed in to change notification settings

copilot-extensions/github-models-extension

Repository files navigation

This is an agent-basedGitHub Copilot Extension that provides a way to interact withGitHub Models, directly in Copilot Chat.

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.

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

Development

  1. Install dependencies:
npm install
  1. Run the server
  • To run in development mode:
npm run dev
  • To build and run in production mode:
npm run build&& npm start
  1. 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
  1. Followthis guide to create a GitHub app
  2. Followthis guide to configure the app to use the public URL from (3.)
  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!

Copilot Extensions Documentation

About

Copilot Extension to connect and chat with GitHub Models

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

[8]ページ先頭

©2009-2025 Movatter.jp