mirror of
https://github.com/docker/docs.git
synced 2026-06-19 07:35:16 +00:00
3f9f3cd6f7
The OpenAI-compatible provider examples nested model settings under a `provider:` key directly on the agent, which is not a valid field and fails with `unknown field "provider"`. Define a named model in the `models` section instead and reference it from the agent. Fixes docker/docker-agent#3121