I’ve been experimenting with fine-tuned models in the OpenAI API, but I keep running into an issue. Whenever I try to implement specific API parameters with these models, I get an ‘Unsupported Role’ error. This is holding back my project as I can’t fully utilize the customized capabilities of the fine-tuned models.
Are there specific parameters or configurations that are known to cause this issue?
The error ‘unsupported role’ sounds like an issue with the input data. You can set the system, user and assistant role when creating your fine-tuning dataset.