docs: remove beta flag on self hosted plane (#5288)

This commit is contained in:
Sam Crowder
2025-06-30 22:41:05 -04:00
committed by GitHub
parent 048cb3584c
commit 0a8ba20f5f
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -208,7 +208,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 Platform closed beta.
"""For local dev, requires env var LANGSMITH_API_KEY with access to LangGraph Platform.
For production use, requires a license key in env var LANGGRAPH_CLOUD_LICENSE_KEY.""",
)
with Runner() as runner, Progress(message="Pulling...") as set: