Zeno-build

Latest version: v0.0.7

Safety actively analyzes 627423 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.0.7

What's Changed
* Adding support for Anthropic, Palm, AI21, Aleph Alpha, TogetherAI, by krrishdholakia in https://github.com/zeno-ml/zeno-build/pull/182
* Add custom API base argument by lindiatjuatja in https://github.com/zeno-ml/zeno-build/pull/184

New Contributors
* krrishdholakia made their first contribution in https://github.com/zeno-ml/zeno-build/pull/182

**Full Changelog**: https://github.com/zeno-ml/zeno-build/compare/v0.0.6...v0.0.7

0.0.6

What's Changed
* Change default experiments for chatbot example by neubig in https://github.com/zeno-ml/zeno-build/pull/173
* Re-added gpt-3.5 by neubig in https://github.com/zeno-ml/zeno-build/pull/174
* Adding Citation for GPT-MT Report by macabdul9 in https://github.com/zeno-ml/zeno-build/pull/175
* Fix issues with markdownlint by neubig in https://github.com/zeno-ml/zeno-build/pull/176
* Add param to change number of generated responses by lindiatjuatja in https://github.com/zeno-ml/zeno-build/pull/180
* add multiple generate functions by lindiatjuatja in https://github.com/zeno-ml/zeno-build/pull/181

New Contributors
* macabdul9 made their first contribution in https://github.com/zeno-ml/zeno-build/pull/175
* lindiatjuatja made their first contribution in https://github.com/zeno-ml/zeno-build/pull/180

**Full Changelog**: https://github.com/zeno-ml/zeno-build/compare/v0.0.5...v0.0.6

0.0.5

What's Changed
* Fix tutorial feature functions by neubig in https://github.com/zeno-ml/zeno-build/pull/168
* Refactor `chat_generate` by zhaochenyang20 in https://github.com/zeno-ml/zeno-build/pull/171

New Contributors
* zhaochenyang20 made their first contribution in https://github.com/zeno-ml/zeno-build/pull/171

**Full Changelog**: https://github.com/zeno-ml/zeno-build/compare/v0.0.4...v0.0.5

0.0.4

What's Changed
* Fix typo in docs for clustering by neubig in https://github.com/zeno-ml/zeno-build/pull/158
* VLLM inference by neubig in https://github.com/zeno-ml/zeno-build/pull/159
* Make chatbot example configurable by neubig in https://github.com/zeno-ml/zeno-build/pull/161
* Update the README for chatbots by neubig in https://github.com/zeno-ml/zeno-build/pull/164
* Sort model names before display by neubig in https://github.com/zeno-ml/zeno-build/pull/165
* Add tutorial for Zeno Build by neubig in https://github.com/zeno-ml/zeno-build/pull/166


**Full Changelog**: https://github.com/zeno-ml/zeno-build/compare/v0.0.3...v0.0.4

0.0.3

What's Changed
* Add GPT MT report by neubig in https://github.com/zeno-ml/zeno-build/pull/129
* Add transcription example with OpenAI Whisper by cabreraalex in https://github.com/zeno-ml/zeno-build/pull/133
* Expand examples/demos section by neubig in https://github.com/zeno-ml/zeno-build/pull/135
* Adjust chatbot example on re-run by neubig in https://github.com/zeno-ml/zeno-build/pull/137
* Documentation: Exploration functionality by neubig in https://github.com/zeno-ml/zeno-build/pull/138
* Add [google-cloud, gpt-3.5-turbo-0301, gpt-4-0314] to analysis_gpt_mt by zwhe99 in https://github.com/zeno-ml/zeno-build/pull/139
* Transcription Example: Update README.md to mention ffmpeg by neubig in https://github.com/zeno-ml/zeno-build/pull/140
* Transcription Example: Add local cache by neubig in https://github.com/zeno-ml/zeno-build/pull/141
* Add code generation analysis by zorazrw in https://github.com/zeno-ml/zeno-build/pull/130
* GPT-MT Example: Post-processing of gpt-4 by neubig in https://github.com/zeno-ml/zeno-build/pull/145
* Catch connection error in Critique by neubig in https://github.com/zeno-ml/zeno-build/pull/144
* Max frequency feature robustness by neubig in https://github.com/zeno-ml/zeno-build/pull/146
* Update the GPT-MT report by neubig in https://github.com/zeno-ml/zeno-build/pull/147
* Add number count features by neubig in https://github.com/zeno-ml/zeno-build/pull/148
* Cluster features by neubig in https://github.com/zeno-ml/zeno-build/pull/150
* Consider capital numbers by neubig in https://github.com/zeno-ml/zeno-build/pull/151
* Revise experimental setting in gpt-mt report by zwhe99 in https://github.com/zeno-ml/zeno-build/pull/153
* Combine all datasets for codegen by neubig in https://github.com/zeno-ml/zeno-build/pull/152
* fix: relative imports for examples and init.py for tokenization by Sparkier in https://github.com/zeno-ml/zeno-build/pull/154
* Additional insurance-related prompts + robustness improvements to OpenAI by neubig in https://github.com/zeno-ml/zeno-build/pull/155

New Contributors
* zwhe99 made their first contribution in https://github.com/zeno-ml/zeno-build/pull/139
* zorazrw made their first contribution in https://github.com/zeno-ml/zeno-build/pull/130
* Sparkier made their first contribution in https://github.com/zeno-ml/zeno-build/pull/154

**Full Changelog**: https://github.com/zeno-ml/zeno-build/compare/v0.0.2...v0.0.3

0.0.2

What's Changed
* Fix small typo in README.md by neubig in https://github.com/zeno-ml/zeno-build/pull/111
* Openai utils improvements by neubig in https://github.com/zeno-ml/zeno-build/pull/112
* Add an exhaustive optimizer by neubig in https://github.com/zeno-ml/zeno-build/pull/119
* Composite search space by neubig in https://github.com/zeno-ml/zeno-build/pull/120
* Update label of GPT3.5 as worst to best in README.md by Pogayo in https://github.com/zeno-ml/zeno-build/pull/121
* Add flexibility to chat history format by neubig in https://github.com/zeno-ml/zeno-build/pull/123
* add exception handlers for openai_utils.py by maksimstw in https://github.com/zeno-ml/zeno-build/pull/126
* Analysis of GPT MT by neubig in https://github.com/zeno-ml/zeno-build/pull/127

New Contributors
* Pogayo made their first contribution in https://github.com/zeno-ml/zeno-build/pull/121
* maksimstw made their first contribution in https://github.com/zeno-ml/zeno-build/pull/126

**Full Changelog**: https://github.com/zeno-ml/zeno-build/compare/v0.0.1...v0.0.2

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.