Skip to content

Commit 4df57f7

Browse files
committed
docs
1 parent 3b92db7 commit 4df57f7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ python3 -m venv .venv
3636
source .venv/bin/activate
3737
pip install -r requirements.txt
3838
```
39-
Set up the `OPENAI_API_KEY` environment variable (for OpenAI) or the `AZURE_OPENAI_API_KEY`, `AZURE_API_VERSION` and `AZURE_API_BASE` environment variables (for Azure OpenAI).
39+
Set up the `OPENAI_API_KEY` environment variable (for OpenAI)
40+
or the `AZURE_OPENAI_API_KEY`, `AZURE_API_VERSION` and `AZURE_API_BASE` environment variables (for Azure OpenAI)
41+
or `AZURE_API_VERSION` and `AZURE_API_BASE` environment variables + `az login` for Azure OpenAI with Managed Entra.
42+
4043
You can then run the optillm proxy as follows.
4144

4245
```bash

0 commit comments

Comments
 (0)