| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| fabric_1.4.452_checksums.txt | 2026-05-04 | 736 Bytes | |
| fabric_Darwin_arm64.tar.gz | 2026-05-04 | 21.4 MB | |
| fabric_Darwin_x86_64.tar.gz | 2026-05-04 | 22.7 MB | |
| fabric_Linux_i386.tar.gz | 2026-05-04 | 20.8 MB | |
| fabric_Windows_i386.zip | 2026-05-04 | 21.6 MB | |
| fabric_Linux_arm64.tar.gz | 2026-05-04 | 20.4 MB | |
| fabric_Linux_x86_64.tar.gz | 2026-05-04 | 22.2 MB | |
| fabric_Windows_arm64.zip | 2026-05-04 | 20.5 MB | |
| fabric_Windows_x86_64.zip | 2026-05-04 | 22.7 MB | |
| README.md | 2026-05-04 | 563 Bytes | |
| v1.4.452 source code.tar.gz | 2026-05-04 | 20.8 MB | |
| v1.4.452 source code.zip | 2026-05-04 | 21.2 MB | |
| Totals: 12 Items | 214.4 MB | 1 | |
Changes
PR #2111 by ksylvan: fix: omit Anthropic sampling params for Claude Opus 4.7
- Fix: Omit Anthropic sampling parameters for Claude Opus 4.7 to ensure compatibility.
- Add a sampling parameter guard specifically for Opus 4.7.
- Omit
temperatureandtop_pfor models that do not support these parameters. - Preserve existing
TopPand temperature selection behavior for compatible models. - Add unit test coverage for the Opus 4.7 sampling parameter omission.