Skip to content

Commit 70dfab9

Browse files
committed
fix run prettier
1 parent e075907 commit 70dfab9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/openai-adapters/src/apis/Bedrock.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ import {
3131

3232
import { fromNodeProviderChain } from "@aws-sdk/credential-providers";
3333
import { fromStatic } from "@aws-sdk/token-providers";
34-
import { parseDataUrl } from "../util/url.js";
3534
import { BedrockConfig } from "../types.js";
3635
import { chatChunk, chatChunkFromDelta, embedding, rerank } from "../util.js";
3736
import { safeParseArgs } from "../util/parseArgs.js";
37+
import { parseDataUrl } from "../util/url.js";
3838
import {
3939
BaseLlmApi,
4040
CreateRerankResponse,
@@ -163,7 +163,7 @@ export class BedrockApi implements BaseLlmApi {
163163
`Bedrock: skipping unsupported image part format: ${format}`,
164164
);
165165
return { text: "[Unsupported image format]" };
166-
}
166+
}
167167
}
168168
}
169169

0 commit comments

Comments
 (0)