update default host backend url

This commit is contained in:
David Asamu
2026-03-09 12:10:55 -04:00
committed by hari-dhanushkodi
parent 7c758b3f0c
commit edd06a6f1e
+1 -1
View File
@@ -642,7 +642,7 @@ def build(
@click.option(
"--host-url",
envvar="LANGGRAPH_HOST_URL",
default="https://api.smith.langchain.com",
default="https://api.host.langchain.com",
hidden=True,
)
@click.option("--image-name", hidden=True)