Releases: dimaskiddo/go-whatsapp-multidevice-gpt
Releases · dimaskiddo/go-whatsapp-multidevice-gpt
v1.4.1
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
v1.3.2
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
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
v1.2.0
v1.1.2
v1.1.1
v1.1.0
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