Skip to content

Releases: alfianlosari/ChatGPTUI

0.2.4

28 May 11:54
Compare
Choose a tag to compare

Revert siriwaveview update

0.2.3

27 May 09:49
Compare
Choose a tag to compare

revert SiriWaveView to 1.0.0

0.2.2

27 May 09:45
Compare
Choose a tag to compare

Update SiriWaveView to 2.0.0

0.2.1

26 May 03:50
Compare
Choose a tag to compare

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

24 May 16:27
Compare
Choose a tag to compare

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

20 May 16:14
Compare
Choose a tag to compare

Provide better error description for 401 API Key error

0.1.6

20 May 16:12
Compare
Choose a tag to compare

Provide better error description

0.1.5

20 May 15:39
Compare
Choose a tag to compare

Add use streaming config

0.1.4

20 May 15:34
Compare
Choose a tag to compare

Provide better error description

0.1.3

20 May 15:18
Compare
Choose a tag to compare

Use gpt-3.5 as default value in textchatview