LLM Prompt Master

August 9, 2025 · View on GitHub

Title

LLM Prompt Master

A simple LLM-Powered chatbot software. Supports azure, openai, and deepseek.

简体中文 | English

Features

  • User-friendly operation
  • Minimal performance overhead
  • Lightweight storage footprint

Preview

Prompt Page

Prompt Page

Chat Page

Chat Page

Deployment

Obtain Project

  • Clone Repository

    git clone --recurse-submodules https://github.com/Spr-Aachen/LLM-PromptMaster
    
  • Change directory

    %cd LLM-PromptMaster
    

Install Dependencies

  • Install project requirements
    pip install -r requirements.txt
    

Run Programm

  • Start the client
    run.py
    

Reference