| Package | Description |
|---|---|
| com.unfbx.chatgpt |
| Modifier and Type | Method and Description |
|---|---|
BillingUsage |
OpenAiClient.billingUsage(@NotNull LocalDate starDate,
@NotNull LocalDate endDate)
账户调用接口消耗金额信息查询
最多查询100天
|
BillingUsage |
OpenAiStreamClient.billingUsage(@NotNull LocalDate starDate,
@NotNull LocalDate endDate)
账户调用接口消耗金额信息查询
最多查询100天
|
BillingUsage |
OpenAiStreamClient.billingUsage(@NotNull LocalDate starDate,
@NotNull LocalDate endDate)
账户调用接口消耗金额信息查询
最多查询100天
|
BillingUsage |
OpenAiClient.billingUsage(@NotNull LocalDate starDate,
@NotNull LocalDate endDate)
账户调用接口消耗金额信息查询
最多查询100天
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<BillingUsage> |
OpenAiApi.billingUsage(LocalDate starDate,
LocalDate endDate)
账户调用接口消耗金额信息查询
totalUsage = 账户总使用金额(美分)
|
io.reactivex.Single<BillingUsage> |
OpenAiApi.billingUsage(LocalDate starDate,
LocalDate endDate)
账户调用接口消耗金额信息查询
totalUsage = 账户总使用金额(美分)
|
Copyright © 2023 grt1228. All rights reserved.