We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feb9495 commit 4ccfcc5Copy full SHA for 4ccfcc5
async-openai/README.md
@@ -57,7 +57,7 @@ export OPENAI_API_KEY='sk-...'
57
$Env:OPENAI_API_KEY='sk-...'
58
```
59
60
-Other official enviroment variables supported are: `OPENAI_ADMIN_KEY`, `OPENAI_ORG_ID`, `OPENAI_PROJECT_ID`
+Other official enviroment variables supported are: `OPENAI_ADMIN_KEY`, `OPENAI_BASE_URL`, `OPENAI_ORG_ID`, `OPENAI_PROJECT_ID`
61
62
- Visit [examples](https://github.com/64bit/async-openai/tree/main/examples) directory on how to use `async-openai`.
63
- Visit [docs.rs/async-openai](https://docs.rs/async-openai) for docs.
0 commit comments