Skip to content

lijie-lee/MyFirstCopilotPlugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyFirstCopilotPlugin

A simple Copilot plugin that answer user's questions using Bing search service.

Debugging

  • create ".env" file under workspace root folder.
  • Fill in the following env variables like below example:
    OPENAI_API_BASE=https://xxxx/
    OPENAI_API_TYPE=azure
    OPENAI_API_VERSION=2023-07-01-preview
    OPENAI_MODEL_NAME=gpt-4
    OPENAI_API_KEY=<Your OpenAI KEY>
    BING_ACCESS_KEY=<Bing service access key>
  • Start debug or press F5

About

Sample repo for GitHub Copilot Plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.3%
  • Dockerfile 3.7%