Skip to content

Releases: dimaskiddo/go-whatsapp-multidevice-gpt

v1.8.9

10 Dec 03:53
4b39115

Choose a tag to compare

Changelog

  • 4b39115 fix: decouple http context from whatsapp context, always use background context for whatsapp, upgrade vendor packages

v1.8.8

19 Nov 03:21
97c16d1

Choose a tag to compare

Changelog

  • 97c16d1 feat: update vendor packages
  • 11b96cc feat: update dockerfile for go version used as builder
  • a82a1f2 feat: update package version and adjusting some context

v1.8.7

31 Jul 01:47

Choose a tag to compare

Changelog

  • 5659faf fix: update docker-compose volume path
  • 8a8cfa7 fix: update vendor packages

v1.8.6

29 Apr 08:37

Choose a tag to compare

Changelog

  • 5ec2d25 feat: improve gpt handling response for thinking process

v1.8.5

04 Feb 03:00

Choose a tag to compare

Changelog

  • 5905dea fix: remove ollama library since ollama can compatible to use openai api format

v1.8.4

13 Jan 07:19

Choose a tag to compare

Changelog

  • d6be309 update make gpt options in global for openai and ollama

v1.8.3

11 Jan 19:07

Choose a tag to compare

Changelog

  • 47bb30a update change function to retrive conversation and remove gpt response word block filter

v1.8.2

09 Jan 07:53

Choose a tag to compare

Changelog

  • bff754d fix remove openai model filter for endpoint selection
  • ba5aec3 feature add openai custom endpoint for openai api compatible service

v1.8.1

07 Jan 05:05

Choose a tag to compare

Changelog

v1.8.0

14 Sep 05:28

Choose a tag to compare

Changelog

  • b80b5af fix: error handling and set ollama stream mode to disable
  • 31a01fd fix: ollama client connection string parse now include port detection
  • 55cf5bb feat: add ollama host path variable in env example
  • e9f627a feat: make connection url to ollama more flexible
  • 243704d fix: whatsapp gpt tag environment variable name
  • 2d7c8e6 fix: make logging in daemon give a proper info about gpt engine in use
  • 6de4c51 feat: add support for ollama as gpt engine