go-openai icon indicating copy to clipboard operation
go-openai copied to clipboard

fix temperature value zero bug

Open icyxp opened this issue 1 year ago • 2 comments

icyxp avatar Mar 15 '23 09:03 icyxp

Codecov Report

Merging #163 (7f1cf5d) into master (c34bc77) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #163   +/-   ##
=======================================
  Coverage   66.72%   66.72%           
=======================================
  Files          18       18           
  Lines         529      529           
=======================================
  Hits          353      353           
  Misses        136      136           
  Partials       40       40           
Impacted Files Coverage Δ
chat.go 100.00% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov[bot] avatar Mar 15 '23 09:03 codecov[bot]

Hey @icyxp, thank you for the PR! The removal of omitempty would not work for us, please refer to this discussion: https://github.com/sashabaranov/go-openai/issues/9

sashabaranov avatar Mar 15 '23 09:03 sashabaranov