You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-4
Original file line number
Diff line number
Diff line change
@@ -51,10 +51,6 @@ ANTHROPIC_API_KEY=
51
51
# OpenAI used for content generation
52
52
OPENAI_API_KEY=
53
53
54
-
# Vercel KV stores. Used for system prompt storage.
55
-
KV_REST_API_URL=
56
-
KV_REST_API_TOKEN=
57
-
58
54
# LangGraph Deployment, or local development server via LangGraph Studio.
59
55
LANGGRAPH_API_URL=
60
56
```
@@ -67,6 +63,8 @@ yarn dev
67
63
68
64
Then, open [localhost:3000](http://localhost:3000) with your browser and start interacting!
69
65
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).
0 commit comments