Skip to content

An elegant prompt optimizer that optimizes users' prompts, making it easier for them to get the content they want.

Notifications You must be signed in to change notification settings

Undertone0809/promptimizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Promptimizer

Promptimizer is "prompt" + "optimizer", which is a prompt optimizer. It aims to build the high-quality LLM prompts for everyone. It can build and optimize an elegant prompt for you.

We use structured prompt templates to guide LLM in building an efficient prompt that can more accurately output the answers users want.

usage.png

Setup

Pip (Method1 Recommend)

Open terminal and enter the following command.

pip install promptimizer

Using following command to open client.

promptimizer

Git Clone (Method2)

Clone repo to local.

git clone https://github.com/Undertone0809/promptimizer

Install all relevant packages.

pip install poetry
poetry install 

Copy .env.example rename it as .env, saving it to the root directory of the current project. Fill in your openai key in .env.

OPENAI_API_KEY=your-key

Run the script.

python main.py

About

An elegant prompt optimizer that optimizes users' prompts, making it easier for them to get the content they want.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages