From 93cefd6edcbb8d16b3dad493d964c1f69375e429 Mon Sep 17 00:00:00 2001 From: "." Date: Mon, 9 Mar 2026 00:47:07 +0800 Subject: [PATCH] chore: add comments to default.env explaining variable purpose The env template had undocumented OPENAI_API_KEY and ROBOT_IP fields with no indication of what they're for or which component uses them. Add comments clarifying these are for the Python DimOS server side, not the OpenClaw TypeScript plugin. --- default.env | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/default.env b/default.env index 2d93be7..5430818 100644 --- a/default.env +++ b/default.env @@ -1,2 +1,8 @@ +# DimOS MCP server environment variables (used by the Python side, not the OpenClaw plugin) +# Copy this file to .env and fill in the values before running `uv run dimos ...` + +# OpenAI API key used by DimOS for LLM-powered robot control OPENAI_API_KEY= + +# IP address of the robot (e.g., Unitree Go2) ROBOT_IP=