Skip to content

Commit 5243db0

Browse files
npm run format
1 parent 110e987 commit 5243db0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/providers/jina/embed.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ export const JinaEmbedConfig: ProviderConfig = {
1616
param: 'input',
1717
default: '',
1818
},
19-
19+
2020
encoding_format: {
2121
param: 'encoding_format',
2222
},
2323
dimensions: {
2424
param: 'dimensions',
25-
}
25+
},
2626
};
2727

2828
interface JinaEmbedResponse extends EmbedResponse {}

0 commit comments

Comments
 (0)