mirror of
https://github.com/gadievron/raptor.git
synced 2026-04-24 21:46:00 +03:00
[PR #50] [MERGED] Add automatic thinking model selection and update to latest versions #54
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/raptor#54
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/gadievron/raptor/pull/50
Author: @gadievron
Created: 12/23/2025
Status: ✅ Merged
Merged: 12/26/2025
Merged by: @danielcuthbert
Base:
main← Head:llm-latest-models-autoselect📝 Commits (9)
c3c3320Add auto thinking model selection and update to latest versionsd8c57ebFix Cursor bot issues on PR #502b34b28Fix inconsistent model name format in fallback8951ffcFix API key extraction and explicit null handling097326fFix non-list model_list value crashes iteration loop925805fFix null api_key handling and cost calculation26a91c7Fix invalid provider when matching by model name aliasf1a2e57Fix null model_name and underlying_model causing TypeErrorbbf4cc6Fix empty YAML config causing AttributeError📊 Changes
1 file changed (+277 additions, -18 deletions)
View changed files
📝
packages/llm_analysis/llm/config.py(+277 -18)📄 Description
Automatically selects best thinking/reasoning model from LiteLLM config and updates all models to latest versions.
Changes:
Priority: Opus 4.5 (110) > GPT-5.2-thinking (105) > Gemini 3 deep-think (100)
Testing: Auto-selection verified, fallback tested
Breaking Changes: None (better defaults)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.