import { BotIcon } from "lucide-react"; import Link from "next/link"; export const LanguageModelInfoCard = () => { return (

Language Model

Select the language model to use for the chat. Configuration docs.
); };