no streaming for ollama and re-arrange cards (#4335)

This commit is contained in:
Michael Neale
2025-08-26 17:45:08 +10:00
committed by GitHub
parent 298fb9091a
commit 3fb6ddf94a
2 changed files with 36 additions and 36 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ impl OllamaProvider {
Ok(Self {
api_client,
model,
supports_streaming: true,
supports_streaming: false,
})
}