mirror of
https://github.com/open-webui/pipelines.git
synced 2026-07-18 12:45:55 -04:00
327062733a
- Implemented support for Claude 3.7 thinking mode by adding reasoning effort and budget tokens. - Added checks to ensure combined tokens do not exceed the maximum limit. - Adjusted inference configuration to accommodate thinking mode requirements. - Referenced implementation from https://github.com/open-webui/pipelines/blob/main/examples/pipelines/providers/anthropic_manifold_pipeline.py.