Skip to content

Commit e2f2317

Browse files
author
Dongri Jin
committed
Fix readme
1 parent 0ab08c8 commit e2f2317

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ The library needs to be configured with your account's secret key, which is avai
1818
$ export OPENAI_API_KEY=sk-xxxxxxx
1919
```
2020

21-
### Set OPENAI_API_ENDPOINT to environment variable (optional)
21+
### Set OPENAI_API_BASE to environment variable (optional)
2222
```bash
23-
$ export OPENAI_API_ENDPOINT=https://api.openai.com/v1
23+
$ export OPENAI_API_BASE=https://api.openai.com/v1
2424
```
2525

2626
### Create client

0 commit comments

Comments
 (0)