diff --git a/autogpt_platform/frontend/src/app/(platform)/admin/llms/components/AddModelForm.tsx b/autogpt_platform/frontend/src/app/(platform)/admin/llms/components/AddModelForm.tsx deleted file mode 100644 index 7008ef6b6f..0000000000 --- a/autogpt_platform/frontend/src/app/(platform)/admin/llms/components/AddModelForm.tsx +++ /dev/null @@ -1,207 +0,0 @@ -import type { LlmProvider } from "@/lib/autogpt-server-api/types"; -import { createLlmModelAction } from "../actions"; -import { Button } from "@/components/atoms/Button/Button"; - -interface Props { - providers: LlmProvider[]; -} - -export function AddModelForm({ providers }: Props) { - return ( -
-
-

Add Model

-

- Register a new model slug, metadata, and pricing. -

-
- -
- {/* Basic Information */} -
-
-

- Basic Information -

-

Core model details

-
-
-
- - -
-
- - -
-
-
- -