Skip to content

bitspace/prompt-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LLM Prompting Library

Introduction

This repository contains a collection of prompts, templates, and resources for working with Large Language Models.

These have been developed and accumulated over the course of about 18 months of using primarily Gemini and OpenAI models. The OpenAI model usage has been mostly via a Microsoft Azure AI integration at my day job. The Gemini model usage is “everything else”.

Structure

Naming Conventions

Files in `prompts/` are named by task (e.g., `summarization.org`). Within each file, headings are used for specific prompt variations.

Metadata and Prompt Structure (Example within `prompts/summarization.org`):

Extractive Summarization

Short Summaries

Prompt 1: Basic Extractive

The Prompt Text Goes Here…

Example Input
Expected Output

Abstractive Summarization

Bullet Point Summaries

Prompt 1: Abstractive Bullet Points

The Prompt Text Goes Here…

About

A collection of system prompts and other useful snippets for interacting with LLM's

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published