Skip to content

Commit

Permalink
fix: remove sd from overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwallace22 committed Sep 11, 2024
1 parent c0c8cac commit dc0b190
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions fern/apis/image-gen/openapi/openapi-overrides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,13 @@ paths:
servers:
- url: https://image.octoai.run
x-name: ImageGen
/generate/controlnet-sd15:
post:
summary: "Generate ControlNet SD1.5"
x-fern-sdk-method-name: generateControlnetSd15
servers:
- url: https://image.octoai.run
x-name: ImageGen
/generate/sdxl:
post:
summary: "Generate SDXL"
x-fern-sdk-method-name: generateSdxl
servers:
- url: https://image.octoai.run
x-name: ImageGen
/generate/sd:
post:
summary: "Generate SD1.5"
x-fern-sdk-method-name: generateSd
servers:
- url: https://image.octoai.run
x-name: ImageGen
/generate/sd3:
post:
summary: "Generate SD3"
Expand Down

0 comments on commit dc0b190

Please sign in to comment.