From 56ffcb086d30bdda78d04a25dc70e19a38adb563 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Tue, 12 Aug 2025 10:11:52 -0600 Subject: [PATCH] Update ollama client --- docker/main/requirements-wheels.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/main/requirements-wheels.txt b/docker/main/requirements-wheels.txt index eabb75bef..7a2e2d6df 100644 --- a/docker/main/requirements-wheels.txt +++ b/docker/main/requirements-wheels.txt @@ -48,7 +48,7 @@ onnxruntime == 1.22.* ; platform_machine == 'aarch64' transformers == 4.45.* # Generative AI google-generativeai == 0.8.* -ollama == 0.3.* +ollama == 0.5.* openai == 1.65.* # push notifications py-vapid == 1.9.*