summaryrefslogtreecommitdiffhomepage
path: root/pkg/client/gen
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/client/gen')
-rw-r--r--pkg/client/gen/openapi.json11
1 files changed, 10 insertions, 1 deletions
diff --git a/pkg/client/gen/openapi.json b/pkg/client/gen/openapi.json
index 780cb9c05..2ded81222 100644
--- a/pkg/client/gen/openapi.json
+++ b/pkg/client/gen/openapi.json
@@ -122,6 +122,9 @@
"title": {
"type": "string"
},
+ "cost": {
+ "type": "number"
+ },
"tokens": {
"type": "object",
"properties": {
@@ -235,6 +238,9 @@
"title": {
"type": "string"
},
+ "cost": {
+ "type": "number"
+ },
"tokens": {
"type": "object",
"properties": {
@@ -632,7 +638,10 @@
]
}
}
- }
+ },
+ "required": [
+ "models"
+ ]
}
}
}