mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 09:20:22 +08:00
Unify pool score display as account health
This commit is contained in:
@@ -387,10 +387,7 @@ impl<'a> PoolKeyCursor<'a> {
|
||||
}
|
||||
|
||||
async fn next_score_candidates(&mut self) -> Option<Vec<EligibleLocalExecutionCandidate>> {
|
||||
let scope = provider_key_pool_score_scope(
|
||||
self.group.candidate.endpoint_api_format.as_str(),
|
||||
Some(self.group.candidate.model_id.as_str()),
|
||||
);
|
||||
let scope = provider_key_pool_score_scope();
|
||||
let query = ListRankedPoolMembersQuery {
|
||||
pool_kind: POOL_KIND_PROVIDER_KEY_POOL.to_string(),
|
||||
pool_id: self.group.candidate.provider_id.clone(),
|
||||
|
||||
Reference in New Issue
Block a user