v1.0.7
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.