docs: remove langgraph up references (#2847)

This commit is contained in:
Vadym Barda
2024-12-20 11:00:04 -05:00
committed by GitHub
parent c72107177b
commit f33db6cec4
5 changed files with 35 additions and 28 deletions
@@ -180,7 +180,7 @@ LangGraph Studio Web is a specialized UI that you can connect to LangGraph API s
```js
const { Client } = await import("@langchain/langgraph-sdk");
// only set the apiUrl if you changed the default port when calling langgraph up
// only set the apiUrl if you changed the default port when calling langgraph dev
const client = new Client({ apiUrl: "http://localhost:2024"});
const streamResponse = client.runs.stream(