patch: use workspace LLM for embed chats and fallback to system
resolves #1439
This commit is contained in:
parent
f140139534
commit
3794ef8dfd
@ -29,6 +29,7 @@ async function streamChatWithForEmbed(
|
||||
|
||||
const uuid = uuidv4();
|
||||
const LLMConnector = getLLMProvider({
|
||||
provider: embed?.workspace?.chatProvider,
|
||||
model: chatModel ?? embed.workspace?.chatModel,
|
||||
});
|
||||
const VectorDb = getVectorDbClass();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user