From b7a0fcdbdf6246e295625cbe42cd13353623c6d8 Mon Sep 17 00:00:00 2001 From: Rasmus Date: Sun, 28 Dec 2025 16:04:59 +0100 Subject: [PATCH] revert to llamacpp --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 8567d3b..bfbd1c2 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:3911/v1/chat/completions" + target_url = "http://192.168.0.37:5002/v1/chat/completions" # Ensure 'stream' is set to True for the backend payload = request.json