Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kilkelly/multiprompt
- Owner: kilkelly
- License: gpl-3.0
- Created: 2024-09-30T12:51:34.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-10T21:57:35.000Z (about 2 months ago)
- Last Synced: 2024-12-10T22:27:16.840Z (about 2 months ago)
- Topics: ai, chatgpt, claude, dall-e, flux, gemini, gpt, llama, llm, nano, nanocurrency, nanogpt, stable-diffusion
- Language: Svelte
- Homepage:
- Size: 3.49 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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