Skip to content

Commit

Permalink
fix: ui issue - all models are activated (janhq#1120)
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-jan authored Dec 20, 2023
1 parent 5a0cec9 commit 2fb7bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/screens/Settings/Models/Row.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function RowModel(props: RowModelProps) {

const isRemoteModel =
props.data.engine === InferenceEngine.openai ||
InferenceEngine.triton_trtllm
props.data.engine === InferenceEngine.triton_trtllm

const onModelActionClick = (modelId: string) => {
if (activeModel && activeModel.id === modelId) {
Expand Down

0 comments on commit 2fb7bfc

Please sign in to comment.