Releases: baidubce/bce-qianfan-sdk
Releases · baidubce/bce-qianfan-sdk
Go v0.0.2
What's Changed
Full Changelog: go/qianfan/v0.0.1...go/qianfan/v0.0.2
Python v0.3.1
What's Changed
- fix: remove old dir by @danielhjz in #253
- action: disable ntp on macos by @ZingLix in #254
- action: add auto labeler on pr by @ZingLix in #255
- feat: add preset model indicator when printing evaluable model by @ZingLix in #252
- readme: add go badge by @ZingLix in #263
- feat: 千帆数据集兼容性变更 by @Dobiichi-Origami in #265
- feat: suppport postpretrain in client by @ZingLix in #258
- fix: trainer train actions by @danielhjz in #264
- fix: trainer post-pretrain log route-prefix by @danielhjz in #266
Full Changelog: go/qianfan/v0.0.1...py/v0.3.1
Python v0.3.0
What's Changed
- fix: dataset, trainer, evaluaton bug fix by @Dobiichi-Origami in #237
- fix: render negative prompt with non-str variable by @ZingLix in #239
- chore-sk-doc by @danielhjz in #236
- feat:Model list api by @Dobiichi-Origami in #245
- fix: access token not refreshed when using stream by @ZingLix in #240
- feat: support qianfan plugin & reset conversation in client by @ZingLix in #243
- feat: golang version sdk by @ZingLix in #224
- feat: add model Mixtral-8x7B-Instruct by @ZingLix in #249
- bug: fix thread work pool concurrent bug by @Dobiichi-Origami in #248
- feat:Eval only support by @Dobiichi-Origami in #238
- merge code local_evaluator.py by @CMZSrost in #242
- add cookbook finetune_with_bos by @CMZSrost in #247
- chore: sk notebooks by @danielhjz in #244
- feat: trainer add post-pretrain and using api v2 by @danielhjz in #241
Full Changelog: 0.2.9...py/v0.3.0
Go v0.0.1
千帆 Go SDK 正式发布,首个版本支持调用 Chat、Completion、Embedding 模型,具体使用方法见 文档
What's Changed
Full Changelog: 0.2.9...go/qianfan/v0.0.1
0.2.9
What's Changed
- fix: plugins docs by @danielhjz in #219
- fix: require traintype when creating sft task by @ZingLix in #221
- feat: add encoding config by @ZingLix in #218
- feat: add proxy support by @ZingLix in #225
- fix: update eb speed endpoint by @ZingLix in #222
- fix: trainer with str id by @danielhjz in #223
- fix: release script by @danielhjz in #227
- chore: update cookbook readme.md by @stonekim in #230
- resolves #228 by @headingy in #232
- optimize: support rendering prompt with non-str by @ZingLix in #234
- update auto_eval_with_qianfan.ipynb by @CMZSrost in #220
- feat: Refactor dataset source code and add bos data soutce cache by @Dobiichi-Origami in #229
- fix: plugins & trainer validator by @danielhjz in #231
- feat sk by @danielhjz in #226
- feat: Local clean operator by @Dobiichi-Origami in #207
- optimize: client print trainer config by @ZingLix in #233
New Contributors
Full Changelog: 0.2.8...0.2.9
0.2.9rc0
What's Changed
- fix: plugins docs by @danielhjz in #219
- fix: require traintype when creating sft task by @ZingLix in #221
- feat: add encoding config by @ZingLix in #218
- feat: add proxy support by @ZingLix in #225
- fix: update eb speed endpoint by @ZingLix in #222
- fix: trainer with str id by @danielhjz in #223
Full Changelog: 0.2.8...0.2.9rc0
0.2.8
What's Changed
- Update README.md by @zyf646317821 in #201
- Revert "Update README.md" by @danielhjz in #204
- Update README.md by @danielhjz in #205
- bug:adapt to api change by @Dobiichi-Origami in #199
- add call_function_with_tool by @CMZSrost in #197
- feat: support prompt optimization and evaluation by @ZingLix in #198
- feat: client support evaluation by @ZingLix in #200
- fix: client help does not require credential by @ZingLix in #203
- feat: add debug mode in client by @ZingLix in #206
- readme: Add introduction for client by @ZingLix in #211
- fix: tokenizer api change by @ZingLix in #210
- feat: Add new evaluation api by @Dobiichi-Origami in #208
- feat[trainer]: optimize trainer with bos_path supported. by @danielhjz in #214
- feat: add BosDataSource by @Dobiichi-Origami in #213
- feat[resources]: support model list by @danielhjz in #215
- add cookbook auto_eval_with_qianfan by @CMZSrost in #209
- fix: trainer short name by @danielhjz in #216
- fix: compatible with the default encoding on windows by @ZingLix in #212
Full Changelog: 0.2.7...0.2.8
0.2.7
What's Changed
- readme: add feedback badge by @ZingLix in #178
- docs: create tool doc by @Azure99 in #179
- feat: compatible with pydantic v1 by @Dobiichi-Origami in #180
- fix: chinese character cannot be deleted properly by @ZingLix in #186
- feat: add dataset view default limit by @ZingLix in #185
- fix: client not showing message when only one response by @ZingLix in #183
- feat: optimize client traceback and input ak/sk by @ZingLix in #182
- fix: update client help message by @ZingLix in #184
- feat: add evaluation.md by @Dobiichi-Origami in #188
- feat: support request multiple models in client chat by @ZingLix in #189
- add function_call cookbook by @CMZSrost in #191
- feat: support controlling ssl verification on / off by @Dobiichi-Origami in #193
- feat[resource]: support image2text by @danielhjz in #190
- feat: support trainer in client by @ZingLix in #192
- feat[resource] add sdk indicator by @danielhjz in #194
- feat[trainer]: train_config file by @danielhjz in #187
New Contributors
Full Changelog: 0.2.6...0.2.7
0.2.6
What's Changed
- fix: plugin by @danielhjz in #160
- Update README.md by @zyf646317821 in #166
- Update README.md by @zyf646317821 in #167
- feat: support list model in client by @ZingLix in #163
- Dataset re dist by @Dobiichi-Origami in #164
- fix: event action class & action id by @danielhjz in #171
- feat: support service list by @danielhjz in #169
- feat: tool conversion to langchain by @Azure99 in #170
- feat: support tenacity retry by @danielhjz in #173
- feat: support iam auth in openapi requestor by @ZingLix in #162
- feat: rename model:from ERNIE-Bot-turbo-pro to ERNIE-Speed by @stonekim in #175
- feat: support dataset operation in client by @ZingLix in #168
- Local evaluation by @Dobiichi-Origami in #172
- Feat trainer support more params by @danielhjz in #174
- chore: update version & resource by @danielhjz in #176
New Contributors
- @zyf646317821 made their first contribution in #166
Full Changelog: 0.2.5...0.2.6
0.2.5
What's Changed
- fix: console async requestor & iamsign by @danielhjz in #150
- feat: add baidu search tool by @ZingLix in #142
- refactor: simpify homepage & add framework png by @danielhjz in #136
- fix: req_id & sample data file for finetune by @danielhjz in #148
- feat: Rename module name from components to common by @stonekim in #156
- feat[client]: support chat/completion/txt2img client by @ZingLix in #157
- feat: support baidu_search tool in ebturbo by @danielhjz in #149
- Batch inference update by @Dobiichi-Origami in #155
- chore: update preset models by @danielhjz in #159
- feat evals trainer by @danielhjz in #158
Full Changelog: 0.2.4...0.2.5