Adds support for local language models (ollama)
What's Changed
New Features
- Adds support for "local" LLMs via ollama by @emeryberger in #762
Maintenance and Bug Fixes
- Refactored traceconfig into separate files. by @emeryberger in #758
- TraceConfig updates to fix logic to more closely match Python
should_trace
by @emeryberger in #759 - Improved CI, re-enables Python 3.12 testing by @purificant in #756, #757
New Contributors
- @purificant made their first contribution in #756
Full Changelog: v1.5.33.1...v1.5.34