Change LG Cloud > Platform

This commit is contained in:
Lauren Hirata Singh
2025-05-12 12:44:50 -07:00
parent ae5b4e834e
commit f5423783f7
42 changed files with 83 additions and 83 deletions
+2 -2
View File
@@ -206,7 +206,7 @@ def up(
):
click.secho("Starting LangGraph API server...", fg="green")
click.secho(
"""For local dev, requires env var LANGSMITH_API_KEY with access to LangGraph Cloud closed beta.
"""For local dev, requires env var LANGSMITH_API_KEY with access to LangGraph Platform closed beta.
For production use, requires a license key in env var LANGGRAPH_CLOUD_LICENSE_KEY.""",
)
with Runner() as runner, Progress(message="Pulling...") as set:
@@ -529,7 +529,7 @@ def dockerfile(
"\n",
"# LANGSMITH_API_KEY=your-api-key",
"\n",
"# Or if you have a LangGraph Cloud license key, "
"# Or if you have a LangGraph Platform license key, "
"then uncomment the following line: ",
"\n",
"# LANGGRAPH_CLOUD_LICENSE_KEY=your-license-key",