Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Dongri Jin committed Aug 3, 2023
1 parent 0ab08c8 commit e2f2317
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 @@ -18,9 +18,9 @@ The library needs to be configured with your account's secret key, which is avai
$ export OPENAI_API_KEY=sk-xxxxxxx
```

### Set OPENAI_API_ENDPOINT to environment variable (optional)
### Set OPENAI_API_BASE to environment variable (optional)
```bash
$ export OPENAI_API_ENDPOINT=https://api.openai.com/v1
$ export OPENAI_API_BASE=https://api.openai.com/v1
```

### Create client
Expand Down

0 comments on commit e2f2317

Please sign in to comment.