mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-03 09:50:21 +08:00
refactor ai serving modules and crates
This commit is contained in:
@@ -33,7 +33,7 @@ pub(crate) fn provider_catalog_key_supports_format(
|
||||
}
|
||||
formats
|
||||
.iter()
|
||||
.any(|candidate| crate::ai_pipeline::api_format_alias_matches(candidate, api_format))
|
||||
.any(|candidate| crate::ai_serving::api_format_alias_matches(candidate, api_format))
|
||||
}
|
||||
|
||||
pub(crate) fn decrypt_catalog_secret_with_fallbacks(
|
||||
|
||||
Reference in New Issue
Block a user