Vali-98 / ChatterUI

Simple frontend for LLMs built in react-native.
GNU Affero General Public License v3.0
575 stars 31 forks source link

GPT models are not working. #61

Closed Zaurio20 closed 3 months ago

Zaurio20 commented 3 months ago

I'm using OpenRouter, and the GPT-4o models aren't generating anything. The messages remain blank.

Vali-98 commented 3 months ago

I've had this reported several times, will look into it.

Vali-98 commented 3 months ago

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

I will upload v0.7.9d with this fix later.