MultiPrompt allows you to send a prompt to multiple LLMs / text models / image models simultaneously.
This tool forwards your prompts to the NanoGPT 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.
You will need to have Node.js installed on your machine.
Also you will need an API key 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 with any of the available payment options.
Inside the MultiPrompt folder, via command line:
npm install
Inside the MultiPrompt folder, via command line:
npm run multiprompt -- --open
Opens MultiPrompt in your web browser.
You will be asked to enter your NanoGPT API key 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.
GPLv3