feat: use openai for tts instead of deepgram
This commit is contained in:
@@ -71,7 +71,7 @@ struct MeetingListView: View {
|
||||
}
|
||||
}
|
||||
.sheet(isPresented: $showingSettings) {
|
||||
SettingsView()
|
||||
SettingsView(viewModel: SettingsViewModel())
|
||||
}
|
||||
.navigationDestination(for: Meeting.self) { meeting in
|
||||
MeetingDetailView(meeting: meeting)
|
||||
|
||||
Reference in New Issue
Block a user