AI Writing Assistant
AI Writing Assistant
Section titled “AI Writing Assistant”Celestial includes AI writing assistant features to help you create, edit, and improve your content. Currently Ollama is the only supported LLM “provider”.
Getting Started
Section titled “Getting Started”Prerequisites
Section titled “Prerequisites”- Install Ollama: Download from ollama.ai
- Install a model: Run
ollama pull gemma3
in your terminal - Start Ollama: Ensure the service is running
- Open a workspace directory: Tell Celestial to open a directory
- Configure Celestial: Add LLM settings to your
.celestial/settings.json
Basic Configuration
Section titled “Basic Configuration”{ "llm": { "provider": "ollama", "model": "gemma3" }}
Activating the Assistant
Section titled “Activating the Assistant”Type /
at the beginning of any line to open the AI assistant menu. The assistant will appear with contextual suggestions based on your current document.