From 5eec5cbb9e39ffe814c7317f23992a029001746c Mon Sep 17 00:00:00 2001 From: timothycarambat <rambat1010@gmail.com> Date: Fri, 10 May 2024 15:02:59 -0700 Subject: [PATCH] update agent modal --- .../ChatContainer/PromptInput/AgentMenu/index.jsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/AgentMenu/index.jsx b/frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/AgentMenu/index.jsx index 17b071126..bc98b45b4 100644 --- a/frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/AgentMenu/index.jsx +++ b/frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/AgentMenu/index.jsx @@ -161,10 +161,6 @@ function FirstTimeAgentUser() { Now you can use agents for real-time web search and scraping, saving documents to your browser, summarizing documents, and more. - <br /> - <br /> - Currently, agents only work with OpenAI as your agent LLM. All - LLM providers will be supported in the future. </p> <p className="text-green-300/60 text-xs md:text-sm"> This feature is currently early access and fully custom agents -- GitLab