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.
Open terminal and enter the following command.
pip install promptimizer
Using following command to open client.
promptimizer
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