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