Closed Zaurio20 closed 3 months ago
I'm using OpenRouter, and the GPT-4o models aren't generating anything. The messages remain blank.
I've had this reported several times, will look into it.
I think I've figured out the issue, for some reason I included response_format: { type: 'json_object } in the OpenRouter call. Removing this seems to have fixed it for GPT-4o: a4023a0
response_format: { type: 'json_object }
I will upload v0.7.9d with this fix later.
I'm using OpenRouter, and the GPT-4o models aren't generating anything. The messages remain blank.