Releases: alfianlosari/ChatGPTUI
Releases · alfianlosari/ChatGPTUI
0.2.4
Revert siriwaveview update
0.2.3
revert SiriWaveView to 1.0.0
0.2.2
Update SiriWaveView to 2.0.0
0.2.1
This release adds capability to perform Voice Chat with ChatGPT. You can pass these optional params:
- Voice Type: select voice type from alloy, echo, fable, onyx, nova, shimmer
- model: ChatGPTModel enum (gpt-4o, gpt-4turbo, gpt-3.5, etc)
- systemText: system text prompt used by ChatGPT.
- temperature: Temperature used by ChatGPT for response.
- Display error properly for status code 401, 403, 429.
Notice: You need to add key of Privacy - Microphone Usage Description in info.plist when using this VoiceChatView
0.2.0
This release adds capability to perform Voice Chat with ChatGPT. You can pass these optional params:
- Voice Type: select voice type from alloy, echo, fable, onyx, nova, shimmer
- model: ChatGPTModel enum (gpt-4o, gpt-4turbo, gpt-3.5, etc)
- systemText: system text prompt used by ChatGPT.
- temperature: Temperature used by ChatGPT for response.
Notice: You need to add key of Privacy - Microphone Usage Description in info.plist when using this VoiceChatView
0.1.7
Provide better error description for 401 API Key error
0.1.6
Provide better error description
0.1.5
Add use streaming config
0.1.4
Provide better error description
0.1.3
Use gpt-3.5 as default value in textchatview