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:
commit
29a5471d11
|
@ -1 +1 @@
|
|||
Subproject commit af8e1f1e53b9cb9a7d4b773e68b5f0344a895788
|
||||
Subproject commit 8bffaa58661a7ebce027584f18f3734d01886678
|
|
@ -11,6 +11,7 @@ export interface ChatCompletionRequest {
|
|||
|
||||
export interface ChatCompletionResponse {
|
||||
message?: string
|
||||
tokensUsed?: number
|
||||
}
|
||||
|
||||
export interface GenerateJsRequest {
|
||||
|
|
Loading…
Reference in New Issue