Skip to content

v1.0.9

Compare
Choose a tag to compare
@cubist38 cubist38 released this 31 May 15:23
· 11 commits to main since this release

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.