mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-07 02:26:38 +08:00
remove console.log
This commit is contained in:
parent
2aabd661e3
commit
91a053dea1
@ -1461,7 +1461,6 @@ export function Settings() {
|
||||
const [model, _providerName] =
|
||||
e.currentTarget.value.split("@");
|
||||
updateConfig((config) => {
|
||||
console.log("config", config);
|
||||
config.summarizeModel = model;
|
||||
});
|
||||
}}
|
||||
|
Loading…
Reference in New Issue
Block a user