File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -278,13 +278,15 @@ dynamic benchmarks.
278278
279279## Variables
280280Here'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
You can’t perform that action at this time.
0 commit comments