File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/openai-adapters/src/apis Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ import {
3131
3232import { fromNodeProviderChain } from "@aws-sdk/credential-providers" ;
3333import { fromStatic } from "@aws-sdk/token-providers" ;
34- import { parseDataUrl } from "../util/url.js" ;
3534import { BedrockConfig } from "../types.js" ;
3635import { chatChunk , chatChunkFromDelta , embedding , rerank } from "../util.js" ;
3736import { safeParseArgs } from "../util/parseArgs.js" ;
37+ import { parseDataUrl } from "../util/url.js" ;
3838import {
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
You can’t perform that action at this time.
0 commit comments