Private
Public Access
1
0

call open-webui
All checks were successful
Redeploy landing on Push / Explore-Gitea-Actions (push) Successful in 8s

This commit is contained in:
2025-12-28 15:41:39 +01:00
parent bc98df15e9
commit 442eccc8d0
2 changed files with 2 additions and 2 deletions

2
app.py
View File

@@ -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