Skip to content

v1.12.4

Compare
Choose a tag to compare
@Anthony-Hoo Anthony-Hoo released this 10 Jan 06:06
· 369 commits to master since this release
248a2e0

What's Changed

  • Chat Functionality Fix: Implemented a check to ensure the proxy configuration is set before making requests to the OpenAI API (Commit: fix(chat): check if proxy config is set).
  • Dependency Updates: Updated several dependencies, including:
    • golang.org/x/net from 0.19.0 to 0.20.0.
    • github.com/redis/go-redis/v9 from 9.3.1 to 9.4.0.
    • github.com/sashabaranov/go-openai from 1.17.10 to 1.17.11.
      These updates aim to enhance the stability and performance of the code and ensure that the dependencies are up to date.
  • Removal of Obsolete Command: Removed the '/slink' command which was previously deprecated.