From 2da0d39b5112defeee732e858f5f5fcfc25834c4 Mon Sep 17 00:00:00 2001 From: timothycarambat <rambat1010@gmail.com> Date: Wed, 8 May 2024 16:04:45 -0700 Subject: [PATCH] update todo comment --- .../WorkspaceSettings/AgentConfig/AgentLLMSelection/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/WorkspaceSettings/AgentConfig/AgentLLMSelection/index.jsx b/frontend/src/pages/WorkspaceSettings/AgentConfig/AgentLLMSelection/index.jsx index ef260dec1..51c115817 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 = { -- GitLab