Skip to content

Commit

Permalink
remove optional serveEnabled params
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur committed Jan 22, 2024
1 parent 25d09e7 commit 0e3df8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/containers/OpenAiKeyInput/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { useEngineSettings } from '@/hooks/useEngineSettings'

type Props = {
selectedModel?: Model
serverEnabled?: boolean
serverEnabled: boolean
}

const OpenAiKeyInput: React.FC<Props> = ({ selectedModel, serverEnabled }) => {
Expand Down

0 comments on commit 0e3df8d

Please sign in to comment.