somratpro commited on
Commit
46747b3
·
1 Parent(s): d14c9c6

docs: update secret descriptions in README with improved clarity and examples

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -9,13 +9,13 @@ pinned: true
9
  license: mit
10
  secrets:
11
  - name: LLM_API_KEY
12
- description: Your LLM provider API key (e.g. Anthropic, OpenAI, OpenRouter).
13
  - name: LLM_MODEL
14
- description: The model ID to use, e.g. openai/gpt-4o or google/gemini-2.5-flash.
15
  - name: GATEWAY_TOKEN
16
- description: A strong password or token to secure your OpenClaw Control UI.
17
  - name: CLOUDFLARE_WORKERS_TOKEN
18
- description: Optional Cloudflare API token for automatic Cloudflare Worker proxy setup.
19
  ---
20
 
21
  <!-- Badges -->
 
9
  license: mit
10
  secrets:
11
  - name: LLM_API_KEY
12
+ description: "Your LLM provider API key (e.g. Anthropic, OpenAI, Google, OpenRouter)."
13
  - name: LLM_MODEL
14
+ description: "Model ID to use, e.g. google/gemini-2.5-flash or openai/gpt-4o."
15
  - name: GATEWAY_TOKEN
16
+ description: "Strong token to secure your OpenClaw Control UI (generate: openssl rand -hex 32)."
17
  - name: CLOUDFLARE_WORKERS_TOKEN
18
+ description: "Cloudflare API token auto-creates a Worker proxy for Telegram, WhatsApp, and Google APIs."
19
  ---
20
 
21
  <!-- Badges -->