Skip to content

Commit

Permalink
Fix UI test
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnuravi committed Apr 4, 2024
1 parent 78e5347 commit b46cc73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HealthGPT/HealthGPT/SettingsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ struct SettingsView: View {
var body: some View {
NavigationStack(path: $path) {
List {
if !FeatureFlags.localLLM && !FeatureFlags.mockMode {
if !FeatureFlags.localLLM {
openAISettings
}

Expand Down

0 comments on commit b46cc73

Please sign in to comment.