diff --git a/frontend/src/pages/WorkspaceSettings/AgentConfig/AgentLLMSelection/index.jsx b/frontend/src/pages/WorkspaceSettings/AgentConfig/AgentLLMSelection/index.jsx index ef260dec196ef2364bbe3bc4c56879b7746b457d..51c1158173344513054f3fb5454de99a49e5ed8a 100644 --- a/frontend/src/pages/WorkspaceSettings/AgentConfig/AgentLLMSelection/index.jsx +++ b/frontend/src/pages/WorkspaceSettings/AgentConfig/AgentLLMSelection/index.jsx @@ -24,7 +24,6 @@ const ENABLED_PROVIDERS = [ // "cohere", // Has tool calling and will need to build explicit support // "huggingface" // Can be done but already has issues with no-chat templated. Needs to be tested. // "gemini", // Too rate limited and broken in several ways to use for agents. - // "gemini", // Too rate limited and broken in several ways to use for agents. ]; const WARN_PERFORMANCE = [ "lmstudio", @@ -35,6 +34,7 @@ const WARN_PERFORMANCE = [ "localai", "openrouter", "generic-openai", + "textgenwebui", ]; const LLM_DEFAULT = {