eslint fix

This commit is contained in:
Andrew Miracle
2024-01-13 09:15:01 +01:00
committed by Weston Pace
parent f1aad1afc7
commit 8daed93a91
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 })
}

View File

@@ -24,7 +24,6 @@ const OpenAIApi = require('openai')
const { stub } = require('sinon')
describe('OpenAPIEmbeddings', function () {
const stubValue = {
data: [
{