Pipeline:

Standard-Pipeline
Bearbeiten

Quelle
Dateitypen
Erstellt
Aktualisiert

Pipeline-Schritte

$step['step_type'], 'description' => '', 'phase' => '-']; $config = $step['config'] ?? []; // Aktuelles Modell ermitteln (mit ollama: Prefix für Dropdown) $currentModel = null; if (!empty($config['model'])) { $isAnthropic = str_contains($config['model'], 'claude') || ($config['provider'] ?? '') === 'anthropic'; $currentModel = $isAnthropic ? $config['model'] : 'ollama:' . $config['model']; } // Config ohne model/provider für kompaktere Anzeige $displayConfig = array_filter($config, fn($k) => !in_array($k, ['provider', 'model']), ARRAY_FILTER_USE_KEY); ?>
# Schritt Phase Modell Konfiguration

- -

Ausführungen

ID Status Gestartet Beendet Dokumente Chunks
# / 0): ?> ( Fehler)

Noch keine Ausführungen vorhanden.