We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98a15bd commit 65ab661Copy full SHA for 65ab661
1 file changed
README.md
@@ -275,6 +275,15 @@ dynamic benchmarks.
275
between the two executions. **Note**: this is a beta feature and will need some adaptation for your
276
own agent.
277
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.
287
288
## Misc
289
0 commit comments