Skip to content

Commit 9a39826

Browse files
authored
Merge pull request #79 from langchain-ai/fix/readme-setup-instructions
fix: Update readme setup instructions
2 parents 5b0adba + f7d3211 commit 9a39826

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@ ANTHROPIC_API_KEY=
5151
# OpenAI used for content generation
5252
OPENAI_API_KEY=
5353

54-
# Vercel KV stores. Used for system prompt storage.
55-
KV_REST_API_URL=
56-
KV_REST_API_TOKEN=
57-
5854
# LangGraph Deployment, or local development server via LangGraph Studio.
5955
LANGGRAPH_API_URL=
6056
```
@@ -67,6 +63,8 @@ yarn dev
6763

6864
Then, open [localhost:3000](http://localhost:3000) with your browser and start interacting!
6965

66+
You can also watch a short (2 min) video walkthrough on how to setup Open Canvas locally [here](https://www.loom.com/share/e2ce559840f14a9abf1b3d5af7686271).
67+
7068
## Roadmap
7169

7270
### Features

0 commit comments

Comments
 (0)