Spaces:
Running
Running
docs: add required configuration secrets to README metadata
Browse files
README.md
CHANGED
|
@@ -7,6 +7,13 @@ sdk: docker
|
|
| 7 |
app_port: 7861
|
| 8 |
pinned: true
|
| 9 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
<!-- Badges -->
|
|
|
|
| 7 |
app_port: 7861
|
| 8 |
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 |
---
|
| 18 |
|
| 19 |
<!-- Badges -->
|