Merge pull request #15949 from Budibase/self-host-ai-quota-tracking

Track Budibase AI quota locally as well as in cloud.
This commit is contained in:
Sam Rose 2025-04-14 09:59:32 +01:00 committed by GitHub
commit 29a5471d11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

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

View File

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