Skip to content

Commit fe11a97

Browse files
authored
Update VoiceChatViewModel.swift
1 parent c46253e commit fe11a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ChatGPTUI/ViewModels/VoiceChatViewModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public typealias ChatResponse = MessageRowType
99
@Observable
1010
open class VoiceChatViewModel<CustomContent: View>: NSObject, AVAudioRecorderDelegate, AVAudioPlayerDelegate {
1111

12-
let api: ChatGPTAPI
12+
public let api: ChatGPTAPI
1313
public var model: ChatGPTModel
1414
public var systemText: String
1515
public var temperature: Double

0 commit comments

Comments
 (0)