v1.0.9
Summary of Changes
- Implemented OpenAI-Standard Streaming with Tool Calls and Thinking Parser: Fully integrated streaming support for tool calls, including a custom thinking parser, in compliance with OpenAI’s latest API standards. Implementation by @tienthanh214 (#25).
- Logging System Migration: Replaced the standard logging module with loguru to improve readability, flexibility, and ease of debugging.
- Demo Video Update: Updated the demo video in README.md to reflect the latest features and behavior of the current codebase.