Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.401.2 (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: speakeasybot <[email protected]>
  • Loading branch information
github-actions[bot] and speakeasybot authored Sep 23, 2024
1 parent d8fbdde commit 3d2ee42
Show file tree
Hide file tree
Showing 34 changed files with 441 additions and 405 deletions.
12 changes: 6 additions & 6 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
lockVersion: 2.0.0
id: 8bd6d3b6-cae6-4e55-b72f-6fdc1dbce9a1
management:
docChecksum: 5649b2692e9b9f3c1065851a47fbba06
docChecksum: 4a28bceb165adf1c1dd97bbc8fe41a27
docVersion: v0.5.0
speakeasyVersion: 1.398.1
generationVersion: 2.415.8
releaseVersion: 0.3.3
configChecksum: eefe05e12f05c605ef3a39485c1596c1
speakeasyVersion: 1.401.2
generationVersion: 2.421.3
releaseVersion: 0.3.4
configChecksum: 2f966a11db44fc8cc16835f471c700a8
repoURL: https://github.com/livepeer/livepeer-ai-js.git
installationURL: https://github.com/livepeer/livepeer-ai-js
published: true
features:
typescript:
additionalDependencies: 0.1.0
constsAndDefaults: 0.1.11
core: 3.17.3
core: 3.17.6
defaultEnabledRetries: 0.1.0
envVarSecurityUsage: 0.1.1
globalSecurity: 2.82.11
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
typescript:
version: 0.3.3
version: 0.3.4
additionalDependencies:
dependencies:
jest: ^29.7.0
Expand Down
12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
speakeasyVersion: 1.398.1
speakeasyVersion: 1.401.2
sources:
livepeer-ai-OAS:
sourceNamespace: livepeer-ai-oas
sourceRevisionDigest: sha256:ecb4cf674e1ac45f4116cd5eebcfabd9446312c5f5a6fc6ff95c8e0b6d3ab3f0
sourceBlobDigest: sha256:84962d1cdd2b3ec311a1e3de4848a560478cefda5b3038810a518281c8032152
sourceRevisionDigest: sha256:c315b1b7b5fabfea70de7cbb604a022f512b8a0a8866d3d2b5d2720902b1737e
sourceBlobDigest: sha256:ffdfa01671cab29ecdb8b014925f080497ace7616108fe5a4b9153cc0e562f93
tags:
- latest
- main
targets:
livepeer-ai-ts:
source: livepeer-ai-OAS
sourceNamespace: livepeer-ai-oas
sourceRevisionDigest: sha256:ecb4cf674e1ac45f4116cd5eebcfabd9446312c5f5a6fc6ff95c8e0b6d3ab3f0
sourceBlobDigest: sha256:84962d1cdd2b3ec311a1e3de4848a560478cefda5b3038810a518281c8032152
sourceRevisionDigest: sha256:c315b1b7b5fabfea70de7cbb604a022f512b8a0a8866d3d2b5d2720902b1737e
sourceBlobDigest: sha256:ffdfa01671cab29ecdb8b014925f080497ace7616108fe5a4b9153cc0e562f93
codeSamplesNamespace: code-samples-typescript-livepeer-ts
codeSamplesRevisionDigest: sha256:c7c5056503bcc37a38d70ed10bafd2ee5d820cddeaac64aef6224d8290571a90
codeSamplesRevisionDigest: sha256:717ed852ff71a07f8e1e0c3dd3675a8d5b73894c5b81b902d5d6b08cd0031a4c
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,14 @@ Based on:
### Generated
- [typescript v0.3.3] .
### Releases
- [NPM v0.3.3] https://www.npmjs.com/package/@livepeer/ai/v/0.3.3 - .
- [NPM v0.3.3] https://www.npmjs.com/package/@livepeer/ai/v/0.3.3 - .

## 2024-09-23 00:01:07
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.401.2 (2.421.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.3.4] .
### Releases
- [NPM v0.3.4] https://www.npmjs.com/package/@livepeer/ai/v/0.3.4 - .
1 change: 1 addition & 0 deletions docs/models/components/bodygenimagetoimage.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import { BodyGenImageToImage } from "@livepeer/ai/models/components";
| `prompt` | *string* | :heavy_check_mark: | Text prompt(s) to guide image generation. |
| `guidanceScale` | *number* | :heavy_minus_sign: | Encourages model to generate images closely linked to the text prompt (higher values may reduce image quality). |
| `imageGuidanceScale` | *number* | :heavy_minus_sign: | Degree to which the generated image is pushed towards the initial image. |
| `loras` | *string* | :heavy_minus_sign: | A LoRA (Low-Rank Adaptation) model and its corresponding weight for image generation. Example: { "latent-consistency/lcm-lora-sdxl": 1.0, "nerijs/pixel-art-xl": 1.2}. |
| `modelId` | *string* | :heavy_minus_sign: | Hugging Face model ID used for image generation. |
| `negativePrompt` | *string* | :heavy_minus_sign: | Text prompt(s) to guide what to exclude from image generation. Ignored if guidance_scale < 1. |
| `numImagesPerPrompt` | *number* | :heavy_minus_sign: | Number of images to generate per prompt. |
Expand Down
4 changes: 2 additions & 2 deletions docs/models/components/imageresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import { ImageResponse } from "@livepeer/ai/models/components";
let value: ImageResponse = {
images: [
{
url: "https://that-hellcat.name",
seed: 645894,
url: "https://unique-veto.info/",
seed: 791725,
nsfw: false,
},
],
Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/loc.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
```typescript
import { Loc } from "@livepeer/ai/models/components";

let value: Loc = 272656;
let value: Loc = "<value>";
```

## Supported Types
Expand Down
4 changes: 2 additions & 2 deletions docs/models/components/media.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ A media object containing information about the generated media.
import { Media } from "@livepeer/ai/models/components";

let value: Media = {
url: "http://innocent-effect.org",
seed: 56713,
url: "https://oddball-translation.com",
seed: 87129,
nsfw: false,
};
```
Expand Down
Loading

0 comments on commit 3d2ee42

Please sign in to comment.