Merge pull request #343 from router-for-me/misc

style(amp): tidy whitespace in proxy module and tests
This commit is contained in:
Luis Pater
2025-11-26 19:03:07 +08:00
committed by GitHub
6 changed files with 30 additions and 33 deletions

View File

@@ -826,7 +826,6 @@ func (r *ModelRegistry) CleanupExpiredQuotas() {
}
}
// GetFirstAvailableModel returns the first available model for the given handler type.
// It prioritizes models by their creation timestamp (newest first) and checks if they have
// available clients that are not suspended or over quota.