Skip to content

Commit

Permalink
chore: temporarily remove custom settings for the API key
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmFly committed Aug 1, 2024
1 parent 382de20 commit 81d6bba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/frontend/admin/src/modules/ai/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { cn } from '@affine/admin/utils';
import * as ScrollAreaPrimitive from '@radix-ui/react-scroll-area';

import { Layout } from '../layout';
import { Keys } from './keys';
import { Prompts } from './prompts';

export function Ai() {
Expand All @@ -21,7 +20,6 @@ export function AiPage() {
className={cn('relative overflow-hidden w-full')}
>
<ScrollAreaPrimitive.Viewport className="h-full w-full rounded-[inherit] [&>div]:!block">
<Keys />
<Prompts />
</ScrollAreaPrimitive.Viewport>
<ScrollAreaPrimitive.ScrollAreaScrollbar
Expand Down

0 comments on commit 81d6bba

Please sign in to comment.