Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DO_OPENAPI_COMMIT_SHA.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c48a3c6
2d2ec6c
16 changes: 16 additions & 0 deletions src/pydo/aio/operations/_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -241337,7 +241337,15 @@ async def update_custom_model_metadata(
# JSON input template you can fill out and use as your body input.
body = {
"description": "str", # Optional.
"input_modalities": [
"str" # Optional. Input modalities supported (e.g., text, image).
],
"license": "str", # Optional. License under which the model is distributed.
"name": "str", # Optional.
"output_modalities": [
"str" # Optional. Output modalities supported (e.g., text, image).
],
"parameters": "str", # Optional. Number of parameters in the model.
"tags": {
"tags": [
"str" # Optional. List of tag strings.
Expand Down Expand Up @@ -241605,7 +241613,15 @@ async def update_custom_model_metadata(
# JSON input template you can fill out and use as your body input.
body = {
"description": "str", # Optional.
"input_modalities": [
"str" # Optional. Input modalities supported (e.g., text, image).
],
"license": "str", # Optional. License under which the model is distributed.
"name": "str", # Optional.
"output_modalities": [
"str" # Optional. Output modalities supported (e.g., text, image).
],
"parameters": "str", # Optional. Number of parameters in the model.
"tags": {
"tags": [
"str" # Optional. List of tag strings.
Expand Down
16 changes: 16 additions & 0 deletions src/pydo/operations/_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -256352,7 +256352,15 @@ def update_custom_model_metadata(
# JSON input template you can fill out and use as your body input.
body = {
"description": "str", # Optional.
"input_modalities": [
"str" # Optional. Input modalities supported (e.g., text, image).
],
"license": "str", # Optional. License under which the model is distributed.
"name": "str", # Optional.
"output_modalities": [
"str" # Optional. Output modalities supported (e.g., text, image).
],
"parameters": "str", # Optional. Number of parameters in the model.
"tags": {
"tags": [
"str" # Optional. List of tag strings.
Expand Down Expand Up @@ -256620,7 +256628,15 @@ def update_custom_model_metadata(
# JSON input template you can fill out and use as your body input.
body = {
"description": "str", # Optional.
"input_modalities": [
"str" # Optional. Input modalities supported (e.g., text, image).
],
"license": "str", # Optional. License under which the model is distributed.
"name": "str", # Optional.
"output_modalities": [
"str" # Optional. Output modalities supported (e.g., text, image).
],
"parameters": "str", # Optional. Number of parameters in the model.
"tags": {
"tags": [
"str" # Optional. List of tag strings.
Expand Down
Loading