Feat: Quote auth (#4715)

* fix outlink quote number auth (#4705)

* perf: quote auth

* feat: qwen3 config

---------

Co-authored-by: heheer <heheer@sealos.io>
This commit is contained in:
Archer
2025-04-29 12:05:04 +08:00
committed by GitHub
parent 26e320b0df
commit 5023da4489
16 changed files with 400 additions and 77 deletions

View File

@@ -236,7 +236,7 @@ export const authCollectionInChat = async ({
.flat()
);
if (collectionIds.every((id) => quoteListSet.has(id))) {
if (collectionIds.every((id) => quoteListSet.has(String(id)))) {
return {
chatItem
};