Highlights
- 🔥 Enhanced Non-OpenAI Model Support:
- Anthropic Client:
claude-3-5-sonnet-20240620
is seamlessly supported! Check a group chat example between OpenAI GPT models and Claude 3.5 Sonnet in this Anthropic Client notebook - Mistral Client
- Together.AI Client
- Anthropic Client:
Thanks to @marklysze, @Hk669, @yiranwu0, @garnermccloud, @qingyun-wu, @thinkall, @olaoluwasalami, @eltociear, @LittleLittleCloud, @ShobhitVishnoi30, @NanthagopalEswaran and all the other contributors.
What's Changed
- Client class utilities by @marklysze in #2949
- change specified api-version by @olaoluwasalami in #2955
- Update agentchat_function_call_currency_calculator.ipynb by @eltociear in #2952
- Bump ws from 7.5.9 to 7.5.10 in /website by @dependabot in #2964
- Function to indicate whether to hide tools for client_utils by @marklysze in #2966
- Anthropic Client by @Hk669 in #2931
- a_initaite_chats update by @ShobhitVishnoi30 in #2958
- Fix #2845 - LocalCommandLineCodeExecutor is not working with virtual environments by @NanthagopalEswaran in #2926
- type fix for ChatResult by @Hk669 in #2973
- Fix #2960 by checking if the values are a list of lists. by @thinkall in #2971
- [.Net] fix #2859 by @LittleLittleCloud in #2974
- [.Net] add ReAct sample by @LittleLittleCloud in #2977
- Mistral Client by @marklysze in #2892
- Set qdrant version to <1.9.2 to fix test errors by @thinkall in #2984
- Anthropic client fixes by @garnermccloud in #2981
- Together AI Client by @marklysze in #2919
- Uniform Interface for calling different LLMs by @yiranwu0 in #2916
- fix:
created
in ChatCompletion in non-oai clients by @Hk669 in #2988 - Bump version to 0.2.30 by @qingyun-wu in #2990
- update notebook wording and format by @qingyun-wu in #2991
New Contributors
- @NanthagopalEswaran made their first contribution in #2926
- @garnermccloud made their first contribution in #2981
Full Changelog: v0.2.29...v0.2.30