|
|
|
|
|
by zzzeek
1048 days ago
|
|
that doesn't help. I looked at the modules it makes use of and the first one is "openai" (Edit: whoops, it's in their example, not in their requirements. disregard). php didn't use openai IIRC i kind of cannot imagine what this would use openai for unless it's using it to write a web application for you. which is pretty ...not like php. |
|
I think its a decent example project, its easily readable and you can understand what they're doing, but I think as a general rule its better to do something without external unrelated libs. An AI image generator just seems a bit too specific of an example for something that fundamentally has nothing to do with AI.