feat(workspace): initialize Rust workspace with core services and dependencies
Some checks are pending
CI / Rust Lint & Check (push) Waiting to run
CI / Rust Tests (push) Waiting to run
CI / Frontend Lint & Type Check (push) Waiting to run
CI / Frontend Build (push) Blocked by required conditions

This commit is contained in:
ZhenYi 2026-05-01 00:40:29 +08:00
parent 59f9b66360
commit 96b92fe487

View File

@ -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,