#Run failed errors in Assistant playground with fine tuned GPT4o mini model to output JSON responses.

1 messages · Page 1 of 1 (latest)

visual river
#

Hey so I just fine tuned my first model using GPT 4o mini open ai api fine tuning tools. The tune job was successful and generated a new model and 2 extra instances of the fine tuned model. The model basically converts user questions into properly formated JSON objects. It was trained on examples and has references of the proper schemas in the system information. Anyway I can chat with the specific tuned models just fine on the open AI playground. I more or less get responses I was expecting. However, whenever I try to test the tuned models in the Assistants playground I get a "Run Failed Sorry, something went wrong." error on any prompt I give it. Is this because in the Assistant playground the Response format is set to text?