mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-07-31 19:52:54 +08:00
Number of deletions
This commit is contained in:
@ -87,7 +87,6 @@ public class AiConfigController {
|
||||
String apiKey = getApiKey();
|
||||
if (StringUtils.isBlank(apiKey)) {
|
||||
return DataResult.of(ApiKeyResponse.builder()
|
||||
.remainingUses(0L)
|
||||
.build());
|
||||
}
|
||||
return gatewayClientService.remaininguses(apiKey);
|
||||
|
Reference in New Issue
Block a user