Skip to content

Latest commit

 

History

History
91 lines (57 loc) · 2.6 KB

README.md

File metadata and controls

91 lines (57 loc) · 2.6 KB

Prompt Mixer CE

Prompt Mixer CE is an open-source desktop application for testing and managing prompt chains. It provides a powerful environment for experimenting with AI-driven conversations and complex dialogues.

Key Features

  • ⛓️ Prompt Chaining - Construct sequences of prompts that pass context and information to enable complex dialogues.
  • 🔀 Extensibility - Bring in custom models and leverage third-party APIs via connectors.
  • 🧪 Testing & Validation - Continuously experiment with and evaluate prompts before putting them into production.

Getting Started

To learn more about installing and using Prompt Mixer, refer to the Official Documentation.

The documentation provides comprehensive guides on:

  • Installing and configuring Prompt Mixer
  • Creating and managing prompts and prompt chains
  • Selecting AI models and fine-tuning behavior
  • Developing custom connectors
  • Testing and deploying prompts
  • Integrating prompts into applications
  • and more!

Installation

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Ensure you have the following installed on your machine:

  1. Clone the repository:

    git clone https://github.com/PromptMixerDev/prompt-mixer-app-ce
  2. Navigate to the project directory:

    cd prompt-mixer-app-ce
  3. Install dependencies using Yarn:

    yarn install

Running the Application

To run the application locally:

yarn start

Building the Project

To build the project on your local machine:

yarn build

This will create a production-ready build of the application in the dist directory.

Running Tests

To run the test suite:

yarn test

For more detailed information on writing and running tests, please refer to the "How to write e2e tests" section in our Official Documentation.

Support

If you encounter any technical issues or need assistance with Prompt Mixer, our support team is here to help. Send us an email at [email protected] with a detailed description of your issue, and we'll get back to you as soon as possible.

License

Prompt Mixer CE is open-source software licensed under the MIT license.

Contributing

We welcome contributions to Prompt Mixer CE! Please read our Contributing Guide for details on our code of conduct and the process for submitting pull requests.