diff --git a/frontend/src/components/LLMSelection/AzureAiOptions/index.jsx b/frontend/src/components/LLMSelection/AzureAiOptions/index.jsx index dcfd8b058..12c50dcee 100644 --- a/frontend/src/components/LLMSelection/AzureAiOptions/index.jsx +++ b/frontend/src/components/LLMSelection/AzureAiOptions/index.jsx @@ -1,4 +1,6 @@ +import { Info } from "@phosphor-icons/react"; import { useTranslation } from "react-i18next"; +import { Tooltip } from "react-tooltip"; export default function AzureAiOptions({ settings }) { const { t } = useTranslation(); @@ -79,9 +81,33 @@ export default function AzureAiOptions({ settings }) {