Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/promptmixerdev/prompt-mixer-app-ce
- Owner: PromptMixerDev
- License: mit
- Created: 2024-08-23T15:12:44.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-28T00:31:55.000Z (24 days ago)
- Last Synced: 2024-10-28T04:17:30.627Z (24 days ago)
- Topics: llm, prompt, prompt-engineering
- Language: TypeScript
- Homepage: https://www.promptmixer.dev
- Size: 2.39 MB
- Stars: 20
- Watchers: 1
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.