DEV Community

Cover image for Developing Open Source Prompt Engineering Tool
Kim Seon Woo
Kim Seon Woo

Posted on

Developing Open Source Prompt Engineering Tool

Recently, I started developing an open source tool that can ease prompt engineering. It's a chrome extension that you can use to interact with chatGPT API with more ease.

Why Another AI Tool

The reason behind I started this project was to STOP PAYING for AI tools. Most of the AI tools require the users to specify "user's chatGPT API key" AND "pay for the usage of their software". The cost isn't minor and there were missing features as well.

Because I wanted my project to be free of charge(of course you have to pay for the chatGPT API key usage), I open sourced the project. It has been released as a chrome extension as well.

Chrome extension

Image description

When installed

Image description

The main features are as follows:

  • Prompt engineering(Using default or custom templates)
  • Memorizing previous contexts so that users don't have to type previous context again and again
  • Selecting AI model
  • Selecting the temperature(how accurate the result should be)

There are still many features to develop such as

  • Add support for other AI(Google's Bard etc)
  • Support for many other chatGPT APIs(Image generation, fine tuning)
  • Enhancing Design
  • Adding test support(cypress)

It's open source and there's already been great contributors that contributed using their wonderful skills. Any feature requests or pull requests are WELCOMED!! So please, feel free to contribute.

Top comments (0)