This project is a fork of Ollama. Given the original project's inactivity and my vision for new features, I've created this fork while maintaining compliance with the original project's open source license.
This is a plugin for Obsidian that allows you to use Ollama, (TODO)GPT, (TODO)Claude, and more AI models within your notes.
This requires a local installation of Ollama.
⚠️ The plugin is currently pending review for the Community Store. In the meantime:
- Download the latest release from the Releases page
- Extract the downloaded file to your Obsidian plugins folder (
vault/.obsidian/plugins/
)
- Open Obsidian Settings
- Go to Community Plugins
- Search for "Fleece"
- Click Install and Enable
- Visit Ollama.ai
- Download and install Ollama for your operating system
- Follow the installation instructions for your platform
- Open terminal/command prompt
- Run
ollama pull <model-name>
- Example:
ollama pull llama2
orollama pull mistral
- Open Fleece settings in Obsidian
- Select your preferred default model from the dropdown menu
- Save your settings
- Navigate to Fleece settings
- Click "Add New Command"
- Configure:
- Command name
- Prompt template
- Select model
- Additional parameters (if needed)
- Edit existing commands in Fleece settings
- Modify prompts, models, or parameters as needed
- Save changes to update your commands