Skip to content

walig-here/prompt-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“˜ Prompt library

Simple tool that stores LLM prompts for future utilization. Thought to be so simple that even my non-technical mum can use it flawlessly πŸ˜‹.

⚠️ CURRENTLY PROJECT IS IN SERIOUS POC STAGE!

βš™οΈ Functionalities

  • Prompts storage: User can store their prompts in a form of easily modifiable markdown files. Those prompts can be just literals or prompt templates that contain a bunch of placeholders that may be easily replaced when prompt needs to be used.

  • Prompts retrieval: Prompts can be retrieved from the storage with a chance to be copied to the user's clipboard.

πŸš€ How to run this (linux)?

  1. Create the python virtual environment. Activate it and install tool's dependencies.

    python3 -m venv <VENV_NAME>
    source <VENV_NAME>/bin/activate
    pip install -r requirements.txt
  2. Create prompts directory in tool's root and put there markdown files with you prompts/prompt templates.

  3. Run prompt_library module with Python.

    python3 -m prompt_library

About

Personal storage for LLM prompts for anyone!

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages