Skip to content

Commit

Permalink
Consistency with engine.env (#161)
Browse files Browse the repository at this point in the history
CU-86b3xbntp - Docs: Consistency with engine.env
  • Loading branch information
nbarbettini authored Feb 19, 2025
1 parent ce674f1 commit 684020d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pages/home/install/local.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,13 @@ To see all available toolkits, view the [Toolkits Page](/toolkits).

Before starting the Engine, we need to set an OpenAI API Key that the Engine can use to connect to OpenAI.

```bash
export OPENAI_API_KEY="<your_openai_api_key>"
Edit the `engine.env` file to set the `OPENAI_API_KEY` environment variable:

```
OPENAI_API_KEY="<your_openai_api_key>"
```

To make the API key persistent or to change other configurations, see the [Configuration Overview](/home/configure/overview).
See the [configuration overview](/home/configure/overview) for more information on how to configure Arcade Engine.

### Start the Engine and worker

Expand Down

0 comments on commit 684020d

Please sign in to comment.