feat: separate global llm settings from monitor page
This commit is contained in:
@@ -67,6 +67,12 @@ def system_status():
|
||||
return render_template('system_status.html', src_url=src)
|
||||
|
||||
|
||||
@system_bp.route('/system_llm')
|
||||
@login_required
|
||||
def system_llm():
|
||||
return render_template('system_llm.html')
|
||||
|
||||
|
||||
# 页面路由
|
||||
@system_bp.route('/wx_logs')
|
||||
@login_required
|
||||
|
||||
Reference in New Issue
Block a user