mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-04 19:02:58 +00:00
eslint fix
This commit is contained in:
committed by
Weston Pace
parent
f1aad1afc7
commit
8daed93a91
@@ -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 })
|
||||
}
|
||||
|
||||
|
||||
@@ -24,7 +24,6 @@ const OpenAIApi = require('openai')
|
||||
const { stub } = require('sinon')
|
||||
|
||||
describe('OpenAPIEmbeddings', function () {
|
||||
|
||||
const stubValue = {
|
||||
data: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user