promptrefiner: Using GPT-4 to Create a Perfect System Prompt for Your Local LLM

Amirarsalan Rajabi
Towards Data Science
9 min readApr 9, 2024

--

Image created by DALL·E 3
Image created by DALL·E 3

In this tutorial, we will explore promptrefiner: A tiny python tool I have created to create perfect system prompts for your local LLM, by using the help of the GPT-4 model.

The python code in this article is available here:

https://github.com/amirarsalan90/promptrefiner.git

--

--