0.2.0
API changes
- We now support
tool_call_id
fortool
messages. This will be mandatory in the future but you can start using right away to improve the model performance during function calling (especially multiple) (#93).
Improvements
- In the async client, replace time by asyncio by @sylvainmouquet in #82
- Remove setting of the root logger level by @erwinscholtens in #86
- Remove an unused expression in example by @wilsonsilva in #87
- Relaxed httpx version requirement by @Mastikosa in #80
- Delay the api key env get at client initialization: by @antoine-lizee in #57
Full Changelog: 0.1.5...0.2.0