From 62ea3eee4afa8596c329e6ae85d4bdaf5714642c Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Mon, 6 May 2024 18:15:34 +0800 Subject: [PATCH] announce sdui url --- koboldcpp.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/koboldcpp.py b/koboldcpp.py index 6310463ca..935746f31 100644 --- a/koboldcpp.py +++ b/koboldcpp.py @@ -3175,6 +3175,8 @@ def main(launch_args,start_server=True): if not args.remotetunnel: print(f"Starting Kobold API on port {args.port} at {epurl}/api/") print(f"Starting OpenAI Compatible API on port {args.port} at {epurl}/v1/") + if args.sdconfig: + print(f"StableUI is available at {epurl}/sdui/") if args.launch: try: