import { Info } from "@phosphor-icons/react"; import paths from "../../../utils/paths"; export default function AnthropicAiOptions({ settings, showAlert = false }) { return (
{showAlert && (

Anthropic as your LLM requires you to set an embedding service to use.

Manage embedding →
)}
); }