update model settings multi lang.
This commit is contained in:
@@ -56,7 +56,6 @@ export const getEmbeddingModel = (
|
||||
}
|
||||
},
|
||||
getBatchEmbeddings: async (texts: string[]) => {
|
||||
console.log("use getBatchEmbeddings", texts.length)
|
||||
try {
|
||||
if (!openai.apiKey) {
|
||||
throw new LLMAPIKeyNotSetException(
|
||||
|
||||
Reference in New Issue
Block a user