eslint fix

This commit is contained in:
Andrew Miracle
2024-01-13 09:15:01 +01:00
parent a90358a1e3
commit 44eba363b5
2 changed files with 0 additions and 2 deletions

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 })
}