eslint fix

This commit is contained in:
Andrew Miracle
2024-04-05 16:25:52 -07:00
committed by Weston Pace
parent f1aad1afc7
commit 8daed93a91
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -39,7 +39,6 @@ export class OpenAIEmbeddingFunction implements EmbeddingFunction<string> {
this._openai = new Openai(configuration)
this._modelName = modelName
console.log({ op: this._openai.embeddings.create, md: this._modelName })
}