- 📝 Ever stuck typing the same prompt over and over?
- 💻 Reprompt is a user-friendly desktop application that simplifies the process of repeatedly asking questions to your local Ollama model.
- 🔑 For people who prioritize data privacy and security.
- 🔬 Choose from any of your locally installed models, and ask away!
💡 In case you're also experiencing difficulties connecting to your Ollama instance, I recommend checking out my other project Ollana
- Create a prompt by specifying a title and a prompt text that will be prepended to each query.
- After creating a prompt, you can select it from the list of prompts in the side panel.
- When you are ready to ask your question, simply type it into the input field and press
Enter
.
- You can select the model globally using the selector in the left panel. This setting will apply to all subsequent queries.
Ask the same question using another model:
- Switch between light and dark mode by clicking on the sun/moon icon in the bottom left corner.
- Markdown Support: Markdown formatting in the responses.
- Select Model: Automatically determines the list of available models to choose from.
- Ligth/Dark Mode: Switch between light and dark mode to suit your preference.
The pre-compiled binaries for macOS and Linux are available for download on the Releases page
cargo run --release
It is available via lamdness
overlay
sudo eselect repository enable lamdness
sudo emaint -r lamdness sync
sudo emerge -av app-misc/reprompt
The project is written in Rust and uses the egui library for the GUI. Contributions are welcome!
See ARCHITECTURE.md file for more technical details.
I took inspiration from Ellama - Friendly interface to chat with an Ollama instance.