update embedded kobold lite

This commit is contained in:
Concedo 2023-04-06 16:34:51 +08:00
parent 0e889ed6db
commit b56f872b61
2 changed files with 5 additions and 6 deletions

File diff suppressed because one or more lines are too long

View file

@ -343,7 +343,7 @@ def main(args):
if args.host=="":
epurl = f"http://localhost:{args.port}" + ("?streaming=1" if args.stream else "")
else:
epurl = f"http://{args.host}:{args.port}?host={args.host}" + ("&streaming=1" if args.stream else "")
epurl = f"http://{args.host}:{args.port}" + ("&streaming=1" if args.stream else "")
print(f"Please connect to custom endpoint at {epurl}")