update embedded kobold lite
This commit is contained in:
parent
0e889ed6db
commit
b56f872b61
2 changed files with 5 additions and 6 deletions
File diff suppressed because one or more lines are too long
|
@ -343,7 +343,7 @@ def main(args):
|
||||||
if args.host=="":
|
if args.host=="":
|
||||||
epurl = f"http://localhost:{args.port}" + ("?streaming=1" if args.stream else "")
|
epurl = f"http://localhost:{args.port}" + ("?streaming=1" if args.stream else "")
|
||||||
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}")
|
print(f"Please connect to custom endpoint at {epurl}")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue