diff --git a/frontend/src/pages/WorkspaceSettings/ChatSettings/WorkspaceLLMSelection/index.jsx b/frontend/src/pages/WorkspaceSettings/ChatSettings/WorkspaceLLMSelection/index.jsx index 07e3559626fe76f397e96cd9010589dece185a8e..16eefa05fecadb0eba5a674eb3db0d877e81647b 100644 --- a/frontend/src/pages/WorkspaceSettings/ChatSettings/WorkspaceLLMSelection/index.jsx +++ b/frontend/src/pages/WorkspaceSettings/ChatSettings/WorkspaceLLMSelection/index.jsx @@ -32,7 +32,6 @@ export default function WorkspaceLLMSelection({ ); function updateLLMChoice(selection) { - console.log({ selection }); setSearchQuery(""); setSelectedLLM(selection); setSearchMenuOpen(false);