mirror of
https://github.com/EthanMarti/infio-copilot.git
synced 2026-05-13 11:02:32 +00:00
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