diff --git a/src/interface/web/app/agents/page.tsx b/src/interface/web/app/agents/page.tsx index 532af822..35d23660 100644 --- a/src/interface/web/app/agents/page.tsx +++ b/src/interface/web/app/agents/page.tsx @@ -35,6 +35,7 @@ import { AppSidebar } from "../components/appSidebar/appSidebar"; import { Separator } from "@/components/ui/separator"; import { KhojLogoType } from "../components/logo/khojLogo"; import { DialogTitle } from "@radix-ui/react-dialog"; +import Link from "next/link"; const agentsFetcher = () => window @@ -343,6 +344,14 @@ export default function Agents() { /> How it works Use any of these specialized personas to tune your conversation to your needs. + { + !isSubscribed && ( + + {" "} + Upgrade your plan to leverage custom models. You will fallback to the default model when chatting. + + ) + }
+ Chat Options +
+ { + isEditable && customPrompt && !isDefaultAgent && selectedModel && ( +