mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2026-02-14 02:14:25 +08:00
loi he thong
This commit is contained in:
@@ -471,6 +471,9 @@ export const useChatStore = createPersistStore(
|
||||
});
|
||||
|
||||
const api: ClientApi = getClientApi(modelConfig.providerName);
|
||||
|
||||
console.log(api);
|
||||
|
||||
// make request
|
||||
api.llm.chat({
|
||||
messages: sendMessages,
|
||||
|
||||
@@ -97,7 +97,7 @@ export const useMaskStore = createPersistStore(
|
||||
);
|
||||
const config = useAppConfig.getState(); // Lấy config hiện tại
|
||||
|
||||
// console.log(config)
|
||||
// console.log(config)BUILTIN_MASKS
|
||||
|
||||
if (config.hideBuiltinMasks) return userMasks; // Nếu ẩn mask mặc định thì chỉ trả về mask người dùng
|
||||
|
||||
|
||||
Reference in New Issue
Block a user