Releases: go-deepseek/deepseek
Releases · go-deepseek/deepseek
Release list
Changed temperature type from int to *float32
v0.8.0 fix: change temperature type from int to *float32
v0.7.0
Licence change from MIT to GPL3 to prevent mis-use of this Go client.
Handled keep-alive and empty response from deepseek API
v0.6.0 fix: keep-alive and empty response handled
Introduce FakeCallbackClient which helps when Deepseek API is down
v0.5.0 chore: readme update with FakeCallbackClient callout
Minor enhancement
v0.4.0 fix: test timeout set to 600s
First official release and ready to use on prod
v0.3.0 feat: go doc added
Readme with examples
v0.2.0-alpha chore: simplify example