Prompto is an open-source web application designed to make interacting with large language models (LLMs) simple and efficient.
- Switch between LLMs: Effortlessly try out different LLMs, all within your browser.
- Fine-tune responses: Adjust the temperature setting to control the creativity and risk level of the LLM's outputs.
- Chat or query: Choose between a chatbot interface that remembers conversations or a notebook for sending prompts without context.
- Save and reuse: Create templates for frequently used prompts and add context on the fly.
Prompto runs entirely within your web browser, ensuring a smooth and responsive experience. While Prompto itself doesn't require a server, the language models (LLMs) you interact with may be hosted on external servers. This means that your browser communicates directly with the chosen LLM.
For simplicity and user privacy, all settings and chat conversations are stored solely in your browser's local storage. This approach allows you to maintain your preferences and conversation history without the need for server storage.