Is your feature request related to a problem?
The GPT-5.4-Pro model is too costly, and its presence in the config may lead to unnecessary expenses. Additionally, some dataset names exceed a manageable length, causing issues during evaluation.
Describe the solution you'd like
- Remove the
GPT-5.4-Pro model from the config.
- Add a max-length restriction for dataset and eval names to handle long names effectively.
Original issue
Describe the enhancement you'd like
- Need to remove the
GPT-5.4-Pro model from the config, becasue this model is too constly. we can add this model later.
- Need to add the max-length in dataset and evals name field, becasue some of the dataset name is too long.
Is your feature request related to a problem?
The
GPT-5.4-Promodel is too costly, and its presence in the config may lead to unnecessary expenses. Additionally, some dataset names exceed a manageable length, causing issues during evaluation.Describe the solution you'd like
GPT-5.4-Promodel from the config.Original issue
Describe the enhancement you'd like
GPT-5.4-Promodel from the config, becasue this model is too constly. we can add this model later.