Track Budibase AI quota locally as well as in cloud.

This commit is contained in:
Sam Rose 2025-04-14 09:32:26 +01:00
parent 504e60d9e2
commit d69c21a8c7
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit af8e1f1e53b9cb9a7d4b773e68b5f0344a895788
Subproject commit 8fcabdddb8a2cfcb8a81f1ba9c67c71e598ef178

View File

@ -11,6 +11,7 @@ export interface ChatCompletionRequest {
export interface ChatCompletionResponse {
message?: string
tokensUsed?: number
}
export interface GenerateJsRequest {