Spaces:
Running
Running
docs: update secret descriptions in README with improved clarity and examples
Browse files
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:
|
| 15 |
- name: GATEWAY_TOKEN
|
| 16 |
-
description:
|
| 17 |
- name: CLOUDFLARE_WORKERS_TOKEN
|
| 18 |
-
description:
|
| 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 -->
|