Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/promptmixerdev/prompt-mixer-app-ce

A desktop application for comparing outputs from different Large Language Models (LLMs).
https://github.com/promptmixerdev/prompt-mixer-app-ce

llm prompt prompt-engineering

Last synced: 14 days ago
JSON representation

A desktop application for comparing outputs from different Large Language Models (LLMs).

Awesome Lists containing this project

README

        

# 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](https://docs.promptmixer.dev/).

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:

- [Node.js](https://nodejs.org/)
- [Yarn](https://yarnpkg.com/)

1. **Clone the repository:**
```bash
git clone https://github.com/PromptMixerDev/prompt-mixer-app-ce
```

2. **Navigate to the project directory:**
```bash
cd prompt-mixer-app-ce
```

3. **Install dependencies using Yarn:**
```bash
yarn install
```

## Running the Application

To run the application locally:

```bash
yarn start
```

## Building the Project

To build the project on your local machine:

```bash
yarn build
```

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

## Running Tests

To run the test suite:

```bash
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](https://docs.promptmixer.dev/).

## 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]](mailto:[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](CONTRIBUTING.md) for details on our code of conduct and the process for submitting pull requests.