Skip to content

Commit

Permalink
Merge pull request #8 from wladiston/6-wrong-env-name-in-readmemd
Browse files Browse the repository at this point in the history
Update readme to have correct env var. fix #6
  • Loading branch information
wladpaiva authored Oct 25, 2023
2 parents 608d0cb + 3b5658e commit 0aca38e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ bun init
bun install aibitat
```

Create an `.env` file and add your `OPEN_AI_API_KEY`:
Create an `.env` file and add your `OPENAI_API_KEY`:

```bash
OPEN_AI_API_KEY=...
OPENAI_API_KEY=...
```

Then create a file called `index.ts` and add the following:
Expand Down

0 comments on commit 0aca38e

Please sign in to comment.