Open spenseri opened 2 days ago
The global token limit may result in the set value exceeding the token limit of certain models, making it unavailable.
One solution is: set a separate token limit for each model.
Context length could be added to the CustomModel interface. A lot of other things as well, e.g. price. They can be optional fields at "add model" time.
CustomModel
The global token limit may result in the set value exceeding the token limit of certain models, making it unavailable.
One solution is: set a separate token limit for each model.