siumai 0.10.3

A unified LLM interface library for Rust
Documentation
# Pull Request

## Description

<!-- Brief description of the changes -->

## Type of Change

- [ ] ๐Ÿ› Bug fix
- [ ] โœจ New feature
- [ ] ๐Ÿ’ฅ Breaking change
- [ ] ๐Ÿ“š Documentation
- [ ] ๐Ÿค– New provider

## Related Issues

<!-- Link to related issues: Fixes #123 -->

## Changes Made

<!-- List main changes -->
-

## Checklist

Before marking this PR as ready for review, please ensure you have:

- [ ] ๐ŸŽจ Run `cargo fmt` and code is properly formatted
- [ ] โœ… Run `cargo clippy` and fixed all issues
- [ ] ๐Ÿงช Run `cargo test` and all tests pass
- [ ] ๐Ÿ“ Added tests for new features (if applicable)
- [ ] ๐Ÿ“š Updated documentation (if applicable)
- [ ] ๐Ÿ” Tested with real API keys (if applicable)