diff --git a/web/src/components/projects/project-general-form.tsx b/web/src/components/projects/project-general-form.tsx index 39714056..1af60993 100644 --- a/web/src/components/projects/project-general-form.tsx +++ b/web/src/components/projects/project-general-form.tsx @@ -357,6 +357,34 @@ export function ProjectGeneralForm({ project }: { project: Project }) { + {/* API Keys */} + + +
+ API Keys + + + + + + Project-scoped API keys for LLM providers. Values are stored encrypted and never + returned to the browser. Engine-specific keys are on the Engine tab. + + +
+
+ + + +
+ {/* Danger Zone */} @@ -402,34 +430,6 @@ export function ProjectGeneralForm({ project }: { project: Project }) { - - {/* API Keys */} - - -
- API Keys - - - - - - Project-scoped API keys for LLM providers. Values are stored encrypted and never - returned to the browser. Engine-specific keys are on the Engine tab. - - -
-
- - - -
);