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