Qianfan

Latest version: v0.4.12.1

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

Scan your dependencies

Page 7 of 14

0.3.7

What's Changed
* feat[trainer]: support trainer persistence & recover (360) danielhjz
* feat: hyper parameter auto search (362) ZingLix
* fix[source] type intelligent error (369) CMZSrost
* fix: replace additional_kwargs to response_metadata (380) Dobiichi-Origami
* feat: Split dependency (384) Dobiichi-Origami
* fix cookbook (387) CMZSrost
* fix: openai adapter cannot convert tool_choice from function_call (388) ZingLix
* feat: generate release note when py_release (389) CMZSrost
* feat[coobkook]: add text2image cookbooks (391) danielhjz
* fix: openai adapter dependency flask -> fastapi (392) ZingLix
* fix[resource]: dynamic model lists retriver (395) danielhjz
* Llama index cookbook (396) Dobiichi-Origami

**Full Changelog**: https://github.com/baidubce/bce-qianfan-sdk/compare/py/v0.3.6.1...py/v0.3.7

0.3.6.1

What's Changed
* feat[js]: 限流器 by wangting829 in https://github.com/baidubce/bce-qianfan-sdk/pull/368
* feat: add java text to image example by Azure99 in https://github.com/baidubce/bce-qianfan-sdk/pull/365
* fix[js]: 模型名称支持大小写 by wangting829 in https://github.com/baidubce/bce-qianfan-sdk/pull/374
* fix[resources]: fix configs caused env auth by danielhjz in https://github.com/baidubce/bce-qianfan-sdk/pull/372
* bugfix: emergent fix the error from closed by Dobiichi-Origami in https://github.com/baidubce/bce-qianfan-sdk/pull/373
* fix[python]: fix version by danielhjz in https://github.com/baidubce/bce-qianfan-sdk/pull/376


**Full Changelog**: https://github.com/baidubce/bce-qianfan-sdk/compare/go/qianfan/v0.0.3...py/v0.3.6.1

0.3.6

What's Changed
* fix ckbk test by CMZSrost in https://github.com/baidubce/bce-qianfan-sdk/pull/347
* fix[go]: error not reported when using stream by ZingLix in https://github.com/baidubce/bce-qianfan-sdk/pull/353
* feat:Text2Image Dataset support by Dobiichi-Origami in https://github.com/baidubce/bce-qianfan-sdk/pull/351
* fix: Dataset/RateLimiter bugs,add more unit tests by Dobiichi-Origami in https://github.com/baidubce/bce-qianfan-sdk/pull/349
* fix local_evaluator import error by CMZSrost in https://github.com/baidubce/bce-qianfan-sdk/pull/352
* feat[go]: add new model by ZingLix in https://github.com/baidubce/bce-qianfan-sdk/pull/366
* action: add java auto labeler by ZingLix in https://github.com/baidubce/bce-qianfan-sdk/pull/364
* Update test_ntbk by CMZSrost in https://github.com/baidubce/bce-qianfan-sdk/pull/356
* fix[resource]: model apis by CMZSrost in https://github.com/baidubce/bce-qianfan-sdk/pull/359
* optimize: adjust deprecated item location in cli by ZingLix in https://github.com/baidubce/bce-qianfan-sdk/pull/363
* experimental: openai wrapper server by ZingLix in https://github.com/baidubce/bce-qianfan-sdk/pull/330
* 添加 Opencompass cookbook by Dobiichi-Origami in https://github.com/baidubce/bce-qianfan-sdk/pull/358
* feat[resource]: supported dynamic infer api model by danielhjz in https://github.com/baidubce/bce-qianfan-sdk/pull/361


**Full Changelog**: https://github.com/baidubce/bce-qianfan-sdk/compare/py/v0.3.5...py/v0.3.6

0.3.5

What's Changed
* fix: cookbook link broken by ZingLix in https://github.com/baidubce/bce-qianfan-sdk/pull/328
* bug: jsonline format issue fix by Dobiichi-Origami in https://github.com/baidubce/bce-qianfan-sdk/pull/333
* bugfix: add output_prettified parameter by Dobiichi-Origami in https://github.com/baidubce/bce-qianfan-sdk/pull/339
* feat[dataset]: convert List[Dict] to List[List[Dict]] automatically by Dobiichi-Origami in https://github.com/baidubce/bce-qianfan-sdk/pull/336
* fix: mock server not working when body is empty by ZingLix in https://github.com/baidubce/bce-qianfan-sdk/pull/341
* feat:fetch rpm / tpm limit from server automatically by Dobiichi-Origami in https://github.com/baidubce/bce-qianfan-sdk/pull/327
* fix: update model name by ZingLix in https://github.com/baidubce/bce-qianfan-sdk/pull/338
* feat: add model_type & fix pyproject setting by danielhjz in https://github.com/baidubce/bce-qianfan-sdk/pull/334
* fix[trainer]: old model default configs by danielhjz in https://github.com/baidubce/bce-qianfan-sdk/pull/344


**Full Changelog**: https://github.com/baidubce/bce-qianfan-sdk/compare/py/v0.3.4...py/v0.3.5

0.3.4

What's Changed
* fix: disable default auto truncate overlong messages by ZingLix in https://github.com/baidubce/bce-qianfan-sdk/pull/318
* fix: arguments not working when multiple models in client by ZingLix in https://github.com/baidubce/bce-qianfan-sdk/pull/314
* feat: support offline batch inference api by ZingLix in https://github.com/baidubce/bce-qianfan-sdk/pull/313
* feat: Dataset manipulator update by Dobiichi-Origami in https://github.com/baidubce/bce-qianfan-sdk/pull/315
* feat[resources]: add api to get fine-tune supported models by danielhjz in https://github.com/baidubce/bce-qianfan-sdk/pull/316


**Full Changelog**: https://github.com/baidubce/bce-qianfan-sdk/compare/py/v0.3.3...py/v0.3.4

0.3.3

What's Changed
* cookbook pluginV2 by CMZSrost in https://github.com/baidubce/bce-qianfan-sdk/pull/297
* feat: support forget old message in chat by ZingLix in https://github.com/baidubce/bce-qianfan-sdk/pull/291
* add cookbook test by CMZSrost in https://github.com/baidubce/bce-qianfan-sdk/pull/302
* adjust pytest for ckbk test by CMZSrost in https://github.com/baidubce/bce-qianfan-sdk/pull/305
* Dataset semantic refactor by Dobiichi-Origami in https://github.com/baidubce/bce-qianfan-sdk/pull/301
* feat: support ebspeed128k & fix notebook by danielhjz in https://github.com/baidubce/bce-qianfan-sdk/pull/307


**Full Changelog**: https://github.com/baidubce/bce-qianfan-sdk/compare/js/v0.0.3...py/v0.3.3

Page 7 of 14

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.