Skip to content

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”.

  1. Install Ollama: Download from ollama.ai
  2. Install a model: Run ollama pull gemma3 in your terminal
  3. Start Ollama: Ensure the service is running
  4. Open a workspace directory: Tell Celestial to open a directory
  5. Configure Celestial: Add LLM settings to your .celestial/settings.json
./celestial/settings.json
{
"llm": {
"provider": "ollama",
"model": "gemma3"
}
}

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.