fix: overlength gen

This commit is contained in:
Han Xiao 2025-02-22 00:32:24 +08:00
parent 528a6343e2
commit 0ed7321f77

View File

@ -321,7 +321,7 @@ export async function getResponse(question?: string,
const badContext = [];
let diaryContext = [];
let allowAnswer = true;
let allowSearch = false;
let allowSearch = true;
let allowRead = true;
let allowReflect = true;
let allowCoding = true;