From 957c1fc6fcd53be200c8d34f51c6c5af3f0b259d Mon Sep 17 00:00:00 2001 From: tyler <1+tyler@noreply.git.tysstech.com> Date: Fri, 15 May 2026 15:50:07 -0400 Subject: [PATCH] Updated file name, and updated call to main program --- tests/{demo.py => dev.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tests/{demo.py => dev.py} (99%) diff --git a/tests/demo.py b/tests/dev.py similarity index 99% rename from tests/demo.py rename to tests/dev.py index a4df8b6..330af4d 100644 --- a/tests/demo.py +++ b/tests/dev.py @@ -114,7 +114,7 @@ searx_network.stream = mock_stream searx_network.get = mock_get sys.modules["searx.network"] = searx_network -from ai_answers import SXNGPlugin +from ollama_answers import SXNGPlugin from flask_babel import Babel app = Flask(__name__)