Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur committed Jan 15, 2025
1 parent 1efb0cb commit 0bcff90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/screens/Settings/Engines/RemoteEngineSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ import { twMerge } from 'tailwind-merge'

import { updateEngine, useGetEngines } from '@/hooks/useEngineManagement'

import { downloadedModelsAtom } from '@/helpers/atoms/Model.atom'
import { getAPIKeyInstructionURL, getTitleByEngine } from '@/utils/modelEngine'

import { downloadedModelsAtom } from '@/helpers/atoms/Model.atom'

const RemoteEngineSettings = ({
engine: name,
}: {
Expand Down

0 comments on commit 0bcff90

Please sign in to comment.