diff --git a/content/guides/claude-code-model-runner.md b/content/guides/claude-code-model-runner.md index 3052dd9d2631..652e74d3a1ec 100644 --- a/content/guides/claude-code-model-runner.md +++ b/content/guides/claude-code-model-runner.md @@ -15,6 +15,10 @@ model provider. You'll point Claude Code at the local Anthropic-compatible API, run a coding model, and package `gpt-oss` with a larger context window for longer repository prompts. +> **Acknowledgment** +> +> Docker would like to thank [Pradumna Saraf](https://twitter.com/pradumna_saraf) for his contribution to this guide. + In this guide, you'll learn how to: - Pull a coding model and start Claude Code with Docker Model Runner diff --git a/content/guides/opencode-model-runner.md b/content/guides/opencode-model-runner.md index 4e1e16ef8911..e02d5d523b1e 100644 --- a/content/guides/opencode-model-runner.md +++ b/content/guides/opencode-model-runner.md @@ -15,6 +15,10 @@ use local models for coding tasks. You'll configure an `opencode.json` file, verify the API endpoint, and run OpenCode against models served from your local Docker environment. +> **Acknowledgment** +> +> Docker would like to thank [Pradumna Saraf](https://twitter.com/pradumna_saraf) for his contribution to this guide. + Unlike the [OpenCode sandbox guide](../manuals/ai/sandboxes/agents/opencode.md), this guide focuses on using OpenCode as a local coding tool backed by Docker Model Runner rather than running OpenCode in a containerized sandbox.