Skip to content

Commit

Permalink
fix: Update readme setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul authored Oct 21, 2024
1 parent 5b0adba commit f7d3211
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=
```
Expand All @@ -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
Expand Down

0 comments on commit f7d3211

Please sign in to comment.