fleet-memory/hindsight-integrations
Dewaldt Huysamen 8564135b2a
feat(openclaw): add llmProvider/llmModel plugin config options (#274)
Add llmProvider, llmModel, and llmApiKeyEnv to the plugin config schema.
These allow users to choose which LLM Hindsight uses directly from
openclaw.json config without needing HINDSIGHT_API_LLM_* env vars.

Priority order (highest to lowest):
1. HINDSIGHT_API_LLM_PROVIDER env var (unchanged)
2. Plugin config llmProvider/llmModel (NEW)
3. Auto-detect from provider env vars (unchanged)

Backward compatible: no config = same behavior as before.
2026-02-02 12:40:23 +01:00
..
litellm Release v0.4.7 2026-01-31 18:40:32 +01:00
openclaw feat(openclaw): add llmProvider/llmModel plugin config options (#274) 2026-02-02 12:40:23 +01:00