Track Budibase AI quota locally as well as in cloud.
This commit is contained in:
parent
504e60d9e2
commit
d69c21a8c7
|
@ -1 +1 @@
|
|||
Subproject commit af8e1f1e53b9cb9a7d4b773e68b5f0344a895788
|
||||
Subproject commit 8fcabdddb8a2cfcb8a81f1ba9c67c71e598ef178
|
|
@ -11,6 +11,7 @@ export interface ChatCompletionRequest {
|
|||
|
||||
export interface ChatCompletionResponse {
|
||||
message?: string
|
||||
tokensUsed?: number
|
||||
}
|
||||
|
||||
export interface GenerateJsRequest {
|
||||
|
|
Loading…
Reference in New Issue