diff --git a/crates/manifest/src/compat.rs b/crates/manifest/src/compat.rs index 4cca17cd3a..eb88524167 100644 --- a/crates/manifest/src/compat.rs +++ b/crates/manifest/src/compat.rs @@ -42,11 +42,6 @@ pub fn v1_to_v2_app(manifest: v1::AppManifestV1) -> Result>()?; - let ai_models = component - .ai_models - .into_iter() - .map(id_from_string) - .collect::>()?; let allowed_http = convert_allowed_http_to_allowed_hosts( &component.allowed_http_hosts, component.allowed_outbound_hosts.is_none(), @@ -71,7 +66,7 @@ pub fn v1_to_v2_app(manifest: v1::AppManifestV1) -> Result, + pub ai_models: Vec, /// The component build configuration. /// /// Learn more: https://spinframework.dev/build