v1.6.0
What's Changed
- Bump version to 1.6.0.dev by @albertvillanova in #348
- Use transformers as optional dependency by @albertvillanova in #360
- Add pip install datasets to RAG example by @sanjeed5 in #371
- Update issue templates by @aymeric-roucher in #377
- TransformersModel auto-detects VLMs by @aymeric-roucher in #378
- Separate tree for Model docs is added by @touseefahmed96 in #382
- add kwargs to gradio launch by @tocab in #367
- Minor Fix in the example docs by @touseefahmed96 in #383
- Fix Extra planning by @bvantuan in #362
- Gradio chatbot: step duration, number, token count, support nested thoughts by @yvrjsharma in #384
- Gradio Chatbot looks much nicer than before! See below:
![image](https://private-user-images.githubusercontent.com/69208727/407299327-261088ba-e07a-4293-ac50-188dd5eabe74.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNTk0MTIsIm5iZiI6MTczOTA1OTExMiwicGF0aCI6Ii82OTIwODcyNy80MDcyOTkzMjctMjYxMDg4YmEtZTA3YS00MjkzLWFjNTAtMTg4ZGQ1ZWFiZTc0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDIzNTgzMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTY1OTAxYzAyZGI5ODdhMTMyYjU0YThjZWU5ZTdkODJjZmUwMDE1Zjc4ODFmN2Y2NTg0YWEzMDllOWU5ODM2MDQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.2fzBbkHuW8JIqd_lyueqP9P8zSBwnAcUXr5cS0IiAtU)
- Add Chinese translations for text-to-sql example by @FanwangM in #366
- Add Chinese translations for RAG by @FanwangM in #363
Qwen-2VL
->Qwen2-VL
model name typo fixed by @sergiopaniego in #349- chore: Fix Typo by Calling is_torch_available() in AgentAudio Class by @hironow in #379
- Additional parameters for openai client by @touseefahmed96 in #385
- DuckDuckGoSearchTool: add ddgs_kwargs parameter to constructor by @onukura in #372
- Fix final_answer issue in e2b_executor by @keetrap in #319
- Docs: Text to sql example - minor naming / dedupe by @GrahamTheCoder in #376
- Test import without extras by @albertvillanova in #370
- Add tool saving test by @aymeric-roucher in #389
- Fix blocking of os in authorized imports by @aymeric-roucher in #386
- Add test for DDGS Tool kwargs by @aymeric-roucher in #387
New Contributors
- @tocab made their first contribution in #367
- @bvantuan made their first contribution in #362
- @sergiopaniego made their first contribution in #349
- @hironow made their first contribution in #379
- @onukura made their first contribution in #372
- @GrahamTheCoder made their first contribution in #376
Full Changelog: v1.5.1...v1.6.0