openai-tokens
openai-tokens copied to clipboard
Possible issue with `limit` and the dynamic wrapper
If we set limit=1, wouldn't it just pick the largest model and still fail?
- User wants
limit=5and uses dynamic models for 3.5 and the 16k version - Results -> it will fail on the first, and fail on the second most likely.
...ideally limit should just be removed from the dynamic response...