diff --git a/src/interface/web/app/components/agentCard/agentCard.tsx b/src/interface/web/app/components/agentCard/agentCard.tsx index 3dba4d3a..b151f02d 100644 --- a/src/interface/web/app/components/agentCard/agentCard.tsx +++ b/src/interface/web/app/components/agentCard/agentCard.tsx @@ -749,9 +749,20 @@ export function AgentModificationForm(props: AgentModificationFormProps) { Chat Model - Which large language model should this agent use? + {!props.isSubscribed ? ( +

+ Upgrade to the Futurist plan to + access all models. +

+ ) : ( +

Which chat model would you like to use?

+ )}
- @@ -841,7 +852,6 @@ export function AgentModificationForm(props: AgentModificationFormProps) { render={({ field }) => ( Color - Choose a color for your agent.