From f7d321173f6236aa74a03f9bba54e8ac999d0f07 Mon Sep 17 00:00:00 2001 From: Brace Sproul Date: Sun, 20 Oct 2024 19:27:29 -0700 Subject: [PATCH] fix: Update readme setup instructions --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3d7bff4d..5e6fa3fb 100644 --- a/README.md +++ b/README.md @@ -51,10 +51,6 @@ ANTHROPIC_API_KEY= # OpenAI used for content generation OPENAI_API_KEY= -# Vercel KV stores. Used for system prompt storage. -KV_REST_API_URL= -KV_REST_API_TOKEN= - # LangGraph Deployment, or local development server via LangGraph Studio. LANGGRAPH_API_URL= ``` @@ -67,6 +63,8 @@ yarn dev Then, open [localhost:3000](http://localhost:3000) with your browser and start interacting! +You can also watch a short (2 min) video walkthrough on how to setup Open Canvas locally [here](https://www.loom.com/share/e2ce559840f14a9abf1b3d5af7686271). + ## Roadmap ### Features