We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab0ab6f commit feab502Copy full SHA for feab502
frontend/src/hooks/mutation/use-save-settings.ts
@@ -13,7 +13,6 @@ const saveSettingsMutationFn = async (
13
return;
14
}
15
16
- console.log("Save settings", settings);
17
const apiSettings: Partial<PostApiSettings> = {
18
llm_model: settings.LLM_MODEL,
19
llm_base_url: settings.LLM_BASE_URL,
0 commit comments