Skip to content

Commit 65ab661

Browse files
authored
Update README.md
1 parent 98a15bd commit 65ab661

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,15 @@ dynamic benchmarks.
275275
between the two executions. **Note**: this is a beta feature and will need some adaptation for your
276276
own agent.
277277

278+
## Variables
279+
Here's a list of relevant env. variables that are used by AgentLab:
280+
- `OPEAI_API_KEY` which is used by default for OpenAI LLMs.
281+
- `AZURE_OPENAI_API_KEY`, used by default for AzureOpenAI LLMs.
282+
- `AZURE_OPENAI_ENDPOINT` to specify your Azure endpoint.
283+
- `OPENAI_API_VERSION` for the Azure API.
284+
- `OPENROUTER_API_KEY` for the Openrouter API
285+
- `AGENTLAB_EXP_ROOT`, desired path for your experiments to be stored, defaults to `~/agentlab-results`.
286+
- `AGENTXRAY_SHARE_GRADIO`, which prompts AgentXRay to open a public tunnel on launch.
278287

279288
## Misc
280289

0 commit comments

Comments
 (0)