#Failed to create an image

5 messages · Page 1 of 1 (latest)

pulsar robin
#

Hello, everyone.
I have recently started working with Chat GPT and today I decided to try to make a bot in telegram which generates pictures with Chat GPT.
But I have some problems and I don't know how to solve them(
Please help me

sinful junco
#

So, your trying to make chat GPT Send Images?

#

oh god yeah i can't code well..

feral flare
#

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"

pulsar robin