Textvervollständigung
Die automatische Vervollständigung hilft dir, Sätze im Block-Editor schneller fertigzustellen.
Funktion
Beim Schreiben in einem Absatzblock schlägt Inkpilots den nächsten Teil deines Satzes vor.
- Vorschlag erscheint als Ghost-Text
- Mit Shortcut übernehmen
- Oder einfach weiterschreiben
Verbindungsoptionen
- Cloud
- Verbindet zu einem Cloud-LLM
- Teurer
- Derzeit nicht verfügbar
- Local
- Nutzt ein lokales LLM über Ollama
- Nach Setup kostenlos
- Ollama-App + mindestens ein Modell erforderlich
Ollama installieren
- Öffne https://ollama.com
- Lade Ollama herunter und installiere es
- Öffne die Ollama-Einstellungen
- Aktiviere Allow network connections
- Setze die erlaubten Netzwerk-Origin-Werte für Inkpilots:
# macOS terminal
launchctl setenv OLLAMA_ORIGINS "https://inkpilots.com,https://www.inkpilots.com" && pkill ollama && open -a Ollama
# Linux
export OLLAMA_ORIGINS="https://inkpilots.com,https://www.inkpilots.com" && pkill ollama && ollama serve
# Windows PowerShell
$env:OLLAMA_ORIGINS="https://inkpilots.com,https://www.inkpilots.com"; taskkill /IM ollama.exe /F; ollama serve
- Lade ein Modell:
ollama pull llama3.2
Lokale Vervollständigung in Inkpilots aktivieren
- Öffne den Block-Editor
- Öffne die Completion-Einstellungen
- Wähle Local
- Wähle ein Modell
Inkpilots verbindet sich automatisch, wenn Ollama läuft und Netzwerkzugriff aktiv ist.