[email protected] 445 B

12345678910111213
  1. diff --git a/dist/index.mjs b/dist/index.mjs
  2. index 92a80377692488c4ba8801ce33e7736ad7055e43..add6281bbecaa1c03d3b48eb99aead4a7a7336b2 100644
  3. --- a/dist/index.mjs
  4. +++ b/dist/index.mjs
  5. @@ -1593,7 +1593,7 @@ function prepareCallSettings({
  6. return {
  7. maxTokens,
  8. // TODO v5 remove default 0 for temperature
  9. - temperature: temperature != null ? temperature : 0,
  10. + temperature: temperature,
  11. topP,
  12. topK,
  13. presencePenalty,