diff --git a/libs/agent/sync.rs b/libs/agent/sync.rs index 49757af..08e20d0 100644 --- a/libs/agent/sync.rs +++ b/libs/agent/sync.rs @@ -13,7 +13,6 @@ pub struct ModelEntry { pub id: String, } -/// List accessible model IDs from the AI endpoint. pub async fn list_accessible_models( client: &reqwest::Client, base_url: &str,