Skip to content

Commit

Permalink
fix: newline
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Fredin committed May 1, 2024
1 parent 806ac5f commit ef87d98
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fern/apis/asset-library/openapi/openapi-overrides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ paths:
x-fern-sdk-method-name: get
servers:
- url: https://api.octoai.cloud
x-name: Default
x-name: Default
2 changes: 1 addition & 1 deletion fern/apis/fine-tuning/openapi/openapi-overrides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ components:
x-fern-type-name: Tune
properties:
details:
x-fern-type-name: TuneDetails
x-fern-type-name: TuneDetails
2 changes: 1 addition & 1 deletion fern/apis/image-gen/openapi/openapi-overrides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ paths:
# Hide healthcheck
/healthcheck:
get:
x-fern-ignore: true
x-fern-ignore: true
2 changes: 1 addition & 1 deletion fern/apis/text-gen/openapi/openapi-overrides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ paths:
$ref: "#/components/schemas/CompletionResponse"
servers:
- url: https://text.octoai.run
x-name: TextGen
x-name: TextGen

0 comments on commit ef87d98

Please sign in to comment.