Skip to content

0.0.56

Pre-release
Pre-release
Compare
Choose a tag to compare
@slundberg slundberg released this 26 May 22:53
· 1183 commits to main since this release
129b023

What's Changed

  • New support for stop_regex with OpenAI models.
  • New support for streaming the results of program execution programmatically both sync and async.
  • Update test_unless.py by @Jvr2022 in #96
  • Add gpt-4-32k and gpt-4-32k-0314 to OpenAI Models by @flavius-popan in #98
  • Support models that doesn't output past_key_values by @younesbelkada in #91
  • add quantization parameters for transformers models by @jquesnelle in #8
  • Fix unnecessary log.txt file creation by @gerelltroche in #106
  • Fix TypeError when serializing out.variables() to JSON by @h-k-nyosu in #120
  • fix: Add missing msal dependency. by @shawnohare in #68
  • Export LLMSession and SyncSession by @abetlen in #66
  • add timeout parameter to POST request by @satarupaguha11 in #125

New Contributors

Full Changelog: 0.0.54...0.0.56