Skip to content

Commit 3860c12

Browse files
Update src/resources/embeddings.ts
Co-authored-by: Robert Craigie <[email protected]>
1 parent eee9294 commit 3860c12

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/resources/embeddings.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ export class Embeddings extends APIResource {
4242
// and we defaulted to base64 for performance reasons
4343
// we are sure then that the response is base64 encoded, let's decode it
4444
// the returned result will be a float32 array since this is OpenAI API's default encoding
45-
Core.debug('response', `User requested encoding_format=${encoding_format || 'default'}`);
4645
Core.debug('response', 'Decoding base64 embeddings to float32 array');
4746

4847
return (response as Core.APIPromise<CreateEmbeddingResponse>)._thenUnwrap((response) => {

0 commit comments

Comments
 (0)