From 0c04d5bf7df546b1769ae097a8f14fc4792c8988 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 15 Jun 2026 15:02:39 +0200 Subject: [PATCH] Add asyncio import to ollama_client --- backend/ollama_client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/ollama_client.py b/backend/ollama_client.py index d92d27a..778f36c 100644 --- a/backend/ollama_client.py +++ b/backend/ollama_client.py @@ -1,3 +1,4 @@ +import asyncio import httpx import json import re