#Failed to create an image
5 messages · Page 1 of 1 (latest)
Could be as simple as changing 'engine' to 'model' also looks like you're missing a R in the model specification
i.e, change the following:
engine = "text-davinci-002-rende" to
model = "text-davinci-002-render"
thanks for the tip
but you were a little wrong
climbing in the openai documentation, I realized that there is no such model
and there is model_engine = "image-alpha-001"
and the generation process itself is significantly different from the responses to messages