0.0.56
Pre-release
Pre-release
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
- @Jvr2022 made their first contribution in #96
- @flavius-popan made their first contribution in #98
- @younesbelkada made their first contribution in #91
- @jquesnelle made their first contribution in #8
- @gerelltroche made their first contribution in #106
- @h-k-nyosu made their first contribution in #120
- @shawnohare made their first contribution in #68
- @abetlen made their first contribution in #66
- @satarupaguha11 made their first contribution in #125
Full Changelog: 0.0.54...0.0.56