Skip to content

Releases: dimaskiddo/go-whatsapp-multidevice-gpt

v1.4.1

07 Jun 08:51
Compare
Choose a tag to compare

Changelog

  • 74a5b98 update Dockerfile fix error packages
  • 05f8222 update Dockerfile fix error syntax
  • d7dc3ad update Dockerfile include ca certificates when using Debian Slim
  • b4828f1 update Dockerfile revert back to use Debian base
  • 46c2042 add proxy url support and update user agent type list
  • 32afb41 add whatsapp client user agent configuration

v1.4.0

06 Jun 12:17
Compare
Choose a tag to compare

Changelog

  • 4daba34 update gpt response logic
  • 1d7cc52 update show error from OpenAI to logger
  • 108ba9d update base library

v1.3.2

11 Mar 00:10
Compare
Choose a tag to compare

Changelog

  • a468ef8 update improve blocked word regexp when environment variable for additional blocked word is empty; improve global error message as response
  • bdf8675 update improve any regexp string matching detection for whatsapp gpt tag, gpt model name, and blocked word
  • b5190f2 update improve handling on gpt tag recognition and allow to read all conversation type

v1.3.1

08 Mar 14:33
Compare
Choose a tag to compare

Changelog

  • b6d53ff update fix bug when optimize parse question and tag by using lower case
  • 3e5df16 update optimize parse question and tag by using lower case
  • 728c0d2 - revert word streaming cleansing method
  • 93605c4 - update environment variable to be more global use OPENAI rather than CHATGPT since using an OpenAI library - update gpt package module to support older gpt model name by using CreateCompletion rather than CreateChatCompletion - update improve handling in cleansing when streaming word
  • cdec3cd update fix tag reading force to lower case and not case sensitive

v1.3.0

08 Mar 09:54
Compare
Choose a tag to compare

Changelog

  • c41c8af update fix typo in temperature wording
  • 40a77f8 update openai library to sashabaranov/go-openai and try to use gpt-3.5

v1.2.0

25 Feb 11:38
Compare
Choose a tag to compare

Changelog

  • e0676c8 update improve validation for incoming question and response answer from gpt
  • a697451 update and tune gpt completion to use streaming
  • e8785e4 update go-gpt3 library to sashabaranov

v1.1.2

02 Jan 16:25
Compare
Choose a tag to compare

Changelog

  • c0554f2 update bug fix check only if media type is empty or text only
  • 1b592a7 update bug fix don't read the message directly so phone notification not removed

v1.1.1

29 Dec 07:39
Compare
Choose a tag to compare

Changelog

  • 538792e bug fix cannot sent response to group where owner is same with bot id
  • 5d99565 reduce logic in whatsapp pkg, add capabilites to respond in group

v1.1.0

28 Dec 14:47
Compare
Choose a tag to compare

Changelog

  • a6223cb improve gpt tune for QnA and use quoted reply message when responding
  • e76eb03 improve gpt response paramters
  • 9ee9c18 improve chatgpt response
  • 272588c update blocked word logic
  • c2ba171 update blocked word logic now also block if response contain blocked word
  • b8b7f52 improve default blocked word
  • c437b54 added customization to chatgpt paramters and blocked word function

v1.0.0

26 Dec 18:41
Compare
Choose a tag to compare

Changelog

  • 3bf2282 update make more consistent in wording and logging style
  • a539b44 initial commit with pre-tested functional