You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature #654 [Platform] Remove default values from model constructors (OskarStark)
This PR was merged into the main branch.
Discussion
----------
[Platform] Remove default values from model constructors
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | yes
| Docs? | no
| Issues | Follows #653
| License | MIT
Remove hardcoded max_tokens defaults from Claude and Nova model classes to prevent potential BC breaks when these values might change in future versions. Users should explicitly specify max_tokens if needed.
Commits
-------
f921029 Remove default max_tokens values from model constructors
0 commit comments