Uses of Class
com.unfbx.chatgpt.entity.billing.BillingUsage
-
Packages that use BillingUsage Package Description com.unfbx.chatgpt -
-
Uses of BillingUsage in com.unfbx.chatgpt
Methods in com.unfbx.chatgpt that return BillingUsage Modifier and Type Method Description BillingUsageOpenAiClient. billingUsage(@NotNull LocalDate starDate, @NotNull LocalDate endDate)账户调用接口消耗金额信息查询 最多查询100天BillingUsageOpenAiStreamClient. billingUsage(@NotNull LocalDate starDate, @NotNull LocalDate endDate)账户调用接口消耗金额信息查询 最多查询100天Methods in com.unfbx.chatgpt that return types with arguments of type BillingUsage Modifier and Type Method Description io.reactivex.Single<BillingUsage>OpenAiApi. billingUsage(LocalDate starDate, LocalDate endDate)账户调用接口消耗金额信息查询 totalUsage = 账户总使用金额(美分)
-