- Schritt 1: Installieren Sie Ollama CLI von https://ollama.ai und konfigurieren Sie lokale Modelle.
- Schritt 2: Klonen Sie das ollama-workflows-Repository: git clone https://github.com/andthattoo/ollama-workflows.git
- Schritt 3: Listen Sie verfügbare Workflows auf: cd ollama-workflows && ollama run --list
- Schritt 4: Kopieren oder passen Sie eine Workflow-YAML/JSON-Datei im Verzeichnis workflows/ an.
- Schritt 5: Führen Sie den Workflow aus: ollama run path/to/custom-workflow.yaml
- Schritt 6: Überprüfen Sie die erzeugte Ausgabe in der Konsole oder in Ausgabedateien.