From a0e2559cd6ff762a4126cad8aa63793ca2310048 Mon Sep 17 00:00:00 2001 From: Charlie Doern Date: Sat, 26 Jul 2025 12:01:19 -0400 Subject: [PATCH] docs: remove provider_id from external docs external provider docs mention setting provider_id in the build yaml. Since we changed that to just be provider_type and module, remove instances of provider_id Signed-off-by: Charlie Doern --- docs/source/providers/external.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/source/providers/external.md b/docs/source/providers/external.md index 092b3a476..f906890f1 100644 --- a/docs/source/providers/external.md +++ b/docs/source/providers/external.md @@ -12,8 +12,7 @@ To enable external providers, you need to add `module` into your build yaml, all an example entry in your build.yaml should look like: ``` -- provider_id: ramalama - provider_type: remote::ramalama +- provider_type: remote::ramalama module: ramalama_stack ``` @@ -255,8 +254,7 @@ distribution_spec: container_image: null providers: inference: - - provider_id: ramalama - provider_type: remote::ramalama + - provider_type: remote::ramalama module: ramalama_stack==0.3.0a0 image_type: venv image_name: null