Skip to content
Snippets Groups Projects
Commit a025dfd7 authored by timothycarambat's avatar timothycarambat
Browse files

hide anthropic agent support due to incompatibilty for now

parent 8ebe1a51
No related branches found
No related tags found
No related merge requests found
......@@ -162,8 +162,8 @@ function FirstTimeAgentUser() {
more.
<br />
<br />
Currently, agents only work with OpenAI and Anthropic as your
agent LLM. All providers will be supported in the future.
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
......
......@@ -5,7 +5,10 @@ import { AVAILABLE_LLM_PROVIDERS } from "@/pages/GeneralSettings/LLMPreference";
import { CaretUpDown, MagnifyingGlass, X } from "@phosphor-icons/react";
import AgentModelSelection from "../AgentModelSelection";
const ENABLED_PROVIDERS = ["openai", "anthropic"];
const ENABLED_PROVIDERS = [
"openai",
// "anthropic"
];
const LLM_DEFAULT = {
name: "Please make a selection",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment