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
Remove default max_tokens values from model constructors
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.
0 commit comments