v4.5.0
What's Changed
- LLMContextLengthExceededError implemented (works for openai, google, anthropic)
- llm / allm functions improvement: no retries in case of LLMContextLengthExceededError
- run_parallel and llm_parallel now support additional arguments: allow_failures (bool) -- returns exceptions or values specified in return_on_failure argument in case of errors instead of raising it, log_errors (bool) -- specifies if error logging is needed (true by default)
- fix using deprecated torch_dtype for mc.ApiType.TRANSFORMERS
- local inference example added (Qwen 3 0.6B via hf/transformers)
- infrastructure / gito.bot ai code reviewer: use latest Claude Sonnet 4.5 for GitHub PR code reviews
Full Changelog: v4.4.6...v4.5.0