Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support the Docker model runner #4959

Merged
merged 1 commit into from
Apr 3, 2025

Conversation

metcalfc
Copy link
Contributor

@metcalfc metcalfc commented Apr 2, 2025

  • Add Docker model provider integration

Description

We added Docker llm support and added it to the LLMs list.

Checklist

  • [] No docs updated yet
  • [] No tests updated yet

Screenshots

NA

Testing instructions

@metcalfc metcalfc requested a review from a team as a code owner April 2, 2025 22:16
@metcalfc metcalfc requested review from sestinj and removed request for a team April 2, 2025 22:16
Copy link

netlify bot commented Apr 2, 2025

Deploy Preview for continuedev canceled.

Name Link
🔨 Latest commit 5afe552
🔍 Latest deploy log https://app.netlify.com/sites/continuedev/deploys/67edb8a26a44e80008c9db62

Adds a new LLM provider for Docker Desktop's Model Runner feature, which
allows running local AI models with Docker. The implementation builds on
the existing OpenAI provider, since Docker Model Runner offers an
OpenAI-compatible API endpoint.

Features:
- Implementation of Docker provider extending OpenAI provider
- Support for listing and installing models via Docker CLI
- Added Docker logo for the UI
- ModelInstaller interface implementation
@sestinj sestinj merged commit e71e2d3 into continuedev:main Apr 3, 2025
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants