Skip to content

v1.0.7

Compare
Choose a tag to compare
@cubist38 cubist38 released this 24 May 15:15
· 27 commits to main since this release
1ad17af

Summary of Changes

  • Temporarily removed metrics.py pending a better implementation.
  • Aligned all Pydantic model fields with the OpenAI schema for consistency.
  • Updated finish_reason from "function_call" to "tool_calls" in streaming responses involving tool usage.
  • Fixed parsing of tool calls for Qwen3 models.
  • Resolved issues with VLM models when handling non-streaming text requests.
  • Added torchvision to setup.py — required by some VLM models for image processing.