Skip to content

Commit

Permalink
レビュー修正
Browse files Browse the repository at this point in the history
  • Loading branch information
tegnike committed Oct 11, 2024
1 parent 283bb56 commit 09394d6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/settings/modelProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ const ModelProvider = () => {
settingsStore.setState({
realtimeAPIMode: newMode,
})

if (newMode) {
}
}, [])

return webSocketMode ? null : (
Expand Down

0 comments on commit 09394d6

Please sign in to comment.