feat(workspace): initialize Rust workspace with core services and dependencies
This commit is contained in:
parent
59f9b66360
commit
96b92fe487
@ -13,7 +13,6 @@ pub struct ModelEntry {
|
|||||||
pub id: String,
|
pub id: String,
|
||||||
}
|
}
|
||||||
|
|
||||||
/// List accessible model IDs from the AI endpoint.
|
|
||||||
pub async fn list_accessible_models(
|
pub async fn list_accessible_models(
|
||||||
client: &reqwest::Client,
|
client: &reqwest::Client,
|
||||||
base_url: &str,
|
base_url: &str,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user