richross / HelloDallE

Project that takes responses to pre-defined questions, generates a prompt, which is sent to DallE for image generation.
MIT License
0 stars 0 forks source link

Have completion AI provide the prompt for the DallE call. #43

Closed richross closed 3 months ago

richross commented 6 months ago

each question currently has a questionPrompt field that has some statement that DallE can use to include the response as part of the prompt. This means any response may be the only response, or part of a collection of responses.

Plan is to send just the answerText values over to a completion model and have it generate the prompt based for me.