Skip to content

Collection of prompts experimentations for GitHub Copilot and other LLMs.

License

Notifications You must be signed in to change notification settings

biapy/llm-prompts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLM Prompts

Collection of prompts for GitHub Copilot and other LLMs.

prompting is actually not programming in English, it's programming in tokens.

-- Ed Spencer, mdx-prompt: Composable LLM Prompts with JSX.

🧑🏻‍💻 Installation

  1. Download the relevant prompts from src/ folder.

  2. Place the Markdown files in the project .github folder.

  3. Configure Visual Studio Code GitHub Copilot extension to load the instructions from custom files:

      "github.copilot.chat.codeGeneration.instructions": [
        {"file" : "${workspaceFolder}/.github/conventional-commits-with-gitmoji.mdx" }
      ],

🛠️ Tech Stack

🙇 Acknowledgements

Courses

Resources

Miscellaneous

🙇 Author

Pierre-Yves LANDURÉ

➤ License

Distributed under the MIT License. See LICENSE for more information.

About

Collection of prompts experimentations for GitHub Copilot and other LLMs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages