Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kilkelly/multiprompt

Send a prompt to multiple LLMs / text models / image models simultaneously
https://github.com/kilkelly/multiprompt

ai chatgpt claude dall-e flux gemini gpt llama llm nano nanocurrency nanogpt stable-diffusion

Last synced: about 2 months ago
JSON representation

Send a prompt to multiple LLMs / text models / image models simultaneously

Awesome Lists containing this project

README

        

# MultiPrompt

MultiPrompt allows you to send a prompt to multiple LLMs / text models / image models simultaneously.

# How does it work?

This tool forwards your prompts to the [NanoGPT](https://nano-gpt.com) service and gathers the results for display in a side-by-side format.

It runs locally on your machine so your prompts and responses will only ever be seen by your web browser and the NanoGPT service. This is the same as if you used NanoGPT directly.

# Screenshots

![Alt text](static/screenshot-multiprompt-image-models.jpg)
*Comparing image models*

![Alt text](static/screenshot-multiprompt-text-models.jpg)
*Comparing text models*

## Prerequisites

You will need to have [Node.js](https://nodejs.org/) installed on your machine.

Also you will need an [API key](https://nano-gpt.com/api) for NanoGPT, a service that enables pay-per-prompt usage of different text and image models. You will also need to top-up your [NanoGPT wallet](https://nano-gpt.com/balance) with any of the available payment options.

## Installing

Inside the MultiPrompt folder, via command line:

```bash
npm install
```

## Running MultiPrompt

Inside the MultiPrompt folder, via command line:

```bash
npm run multiprompt -- --open
```

Opens MultiPrompt in your web browser.

## Using MultiPrompt

You will be asked to enter your [NanoGPT API key](https://nano-gpt.com/api) before using MultiPrompt. This API key can be cleared at any time by using the 'Clear API key' link at the bottom of the page.

## License

GPLv3