You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.