tao-shen Claude Opus 4.6 commited on
Commit
2965a3c
·
1 Parent(s): 3f7c1c9

docs: update default model example in README to gpt-oss-20b:free

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -85,7 +85,7 @@ Go to **Settings → Repository secrets** and configure:
85
  | `OPENROUTER_API_KEY` | Optional | [OpenRouter](https://openrouter.ai) API key (200+ models, free tier) |
86
  | `ANTHROPIC_API_KEY` | Optional | Anthropic Claude API key |
87
  | `GOOGLE_API_KEY` | Optional | Google / Gemini API key |
88
- | `OPENCLAW_DEFAULT_MODEL` | Optional | Default model, e.g. `openai/gpt-4o-mini` or `openrouter/deepseek/deepseek-chat:free` |
89
 
90
  > For the full list of environment variables, see [`.env.example`](.env.example).
91
 
 
85
  | `OPENROUTER_API_KEY` | Optional | [OpenRouter](https://openrouter.ai) API key (200+ models, free tier) |
86
  | `ANTHROPIC_API_KEY` | Optional | Anthropic Claude API key |
87
  | `GOOGLE_API_KEY` | Optional | Google / Gemini API key |
88
+ | `OPENCLAW_DEFAULT_MODEL` | Optional | Default model, e.g. `openrouter/openai/gpt-oss-20b:free` or `openai/gpt-4o-mini` |
89
 
90
  > For the full list of environment variables, see [`.env.example`](.env.example).
91