Skip to content

Commit

Permalink
Update VoiceChatViewModel.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
alfianlosari authored Jun 8, 2024
1 parent c46253e commit fe11a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ChatGPTUI/ViewModels/VoiceChatViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public typealias ChatResponse = MessageRowType
@Observable
open class VoiceChatViewModel<CustomContent: View>: NSObject, AVAudioRecorderDelegate, AVAudioPlayerDelegate {

let api: ChatGPTAPI
public let api: ChatGPTAPI
public var model: ChatGPTModel
public var systemText: String
public var temperature: Double
Expand Down

0 comments on commit fe11a97

Please sign in to comment.