fix ts check

This commit is contained in:
duanfuxiang
2025-01-05 21:14:35 +08:00
parent 0c7ee142cb
commit 5465d5fca3
46 changed files with 11974 additions and 91 deletions

View File

@@ -4,6 +4,7 @@ import {
GenerateContentResult,
GenerateContentStreamResult,
GoogleGenerativeAI,
Part,
} from '@google/generative-ai'
import { CustomLLMModel } from '../../types/llm/model'
@@ -207,7 +208,7 @@ export class GeminiProvider implements BaseLLMProvider {
}
}
}
}),
}) as Part[],
}
}