fixed the default lollms server port number

This commit is contained in:
Saifeddine ALOUI
2024-12-24 11:33:28 +01:00
parent 848465d5d7
commit 69b3f0b37b
2 changed files with 4 additions and 4 deletions

View File

@@ -51,8 +51,8 @@ def parse_args():
)
parser.add_argument(
"--lollms-host",
default="http://localhost:11434",
help="lollms host URL (default: http://localhost:11434)",
default="http://localhost:9600",
help="lollms host URL (default: http://localhost:9600)",
)
# RAG configuration