Skip to content

Commit

Permalink
checking if it works in my system
Browse files Browse the repository at this point in the history
  • Loading branch information
jjassonn committed Jul 26, 2024
1 parent b5eb66d commit 522ca4f
Show file tree
Hide file tree
Showing 2 changed files with 209 additions and 52 deletions.
31 changes: 5 additions & 26 deletions runner/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -520,38 +520,17 @@
"title": "Model Id"
},
"image1": {
"anyOf": [
{
"type": "string",
"format": "binary"
},
{
"type": "null"
}
],
"type": "string",
"format": "binary",
"title": "Image1"
},
"image2": {
"anyOf": [
{
"type": "string",
"format": "binary"
},
{
"type": "null"
}
],
"type": "string",
"format": "binary",
"title": "Image2"
},
"image_dir": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"type": "string",
"title": "Image Dir",
"default": ""
},
Expand Down
230 changes: 204 additions & 26 deletions worker/runner.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 522ca4f

Please sign in to comment.