diff --git a/src/modules/llms/vendors/anthropic/AnthropicSourceSetup.tsx b/src/modules/llms/vendors/anthropic/AnthropicSourceSetup.tsx
index 54774a3489..2ab322ca15 100644
--- a/src/modules/llms/vendors/anthropic/AnthropicSourceSetup.tsx
+++ b/src/modules/llms/vendors/anthropic/AnthropicSourceSetup.tsx
@@ -1,6 +1,7 @@
import * as React from 'react';
import { Alert } from '@mui/joy';
+import WarningRoundedIcon from '@mui/icons-material/WarningRounded';
import { FormInputKey } from '~/common/components/forms/FormInputKey';
import { FormTextField } from '~/common/components/forms/FormTextField';
@@ -39,6 +40,14 @@ export function AnthropicSourceSetup(props: { sourceId: DModelSourceId }) {
return <>
+