From 442eccc8d06f35e1b953e61b37f14c31d26e0884 Mon Sep 17 00:00:00 2001 From: Rasmus Date: Sun, 28 Dec 2025 15:41:39 +0100 Subject: [PATCH] call open-webui --- app.py | 2 +- templates/about.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app.py b/app.py index bfbd1c2..8567d3b 100644 --- a/app.py +++ b/app.py @@ -50,7 +50,7 @@ def about(): return render_template('about.html') @app.route('/proxy-chat', methods=['POST']) def proxy_chat(): - target_url = "http://192.168.0.37:5002/v1/chat/completions" + target_url = "http://192.168.0.37:3911/v1/chat/completions" # Ensure 'stream' is set to True for the backend payload = request.json diff --git a/templates/about.html b/templates/about.html index 783192a..3f25664 100644 --- a/templates/about.html +++ b/templates/about.html @@ -2,7 +2,7 @@ {% block content %}
-

What is this site?

+

What is this site?

I write articles about Arduino, STM32 and Self-hosting. The articles are short and conceptual. It is not tutorials but more high level descriptions and general guidelines for reproducing the various things i tinker with. {% endblock %} \ No newline at end of file