Skip to content

Commit 9ee9d30

Browse files
document env variables
1 parent f2cbd72 commit 9ee9d30

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,13 +278,15 @@ dynamic benchmarks.
278278

279279
## Variables
280280
Here's a list of relevant env. variables that are used by AgentLab:
281-
- `OPEAI_API_KEY` which is used by default for OpenAI LLMs.
281+
- `OPENAI_API_KEY` which is used by default for OpenAI LLMs.
282282
- `AZURE_OPENAI_API_KEY`, used by default for AzureOpenAI LLMs.
283283
- `AZURE_OPENAI_ENDPOINT` to specify your Azure endpoint.
284284
- `OPENAI_API_VERSION` for the Azure API.
285285
- `OPENROUTER_API_KEY` for the Openrouter API
286286
- `AGENTLAB_EXP_ROOT`, desired path for your experiments to be stored, defaults to `~/agentlab-results`.
287287
- `AGENTXRAY_SHARE_GRADIO`, which prompts AgentXRay to open a public tunnel on launch.
288+
- `RAY_PUBLIC_DASHBOARD` (true / false), used to specify whether the ray dashboard should be made publicly accessible (`0.0.0.0`) or not (`127.0.0.1`).
289+
- `RAY_DASHBOARD_PORT` (int), used to specify the port on which the ray dashboard should be accessible.
288290

289291
## Misc
290292

0 commit comments

Comments
 (0)