inFocus7 / TrendGenie

Your content creation assistant.
GNU General Public License v3.0
2 stars 0 forks source link

Investigate workarounds for OpenAI's `content_filter` #15

Open inFocus7 opened 11 months ago

inFocus7 commented 11 months ago

Sometimes when submitting requests to ChatGPT or DALL-E, the request is denied to to breaking the content_filter rules. This has previously happened when trying to generate "scary rooms with a sense of dread".

We should look into possible workarounds to this. Some thoughts:

  1. We could retry if this error occurs.. but we need to look at the costs to re-submit a prompt. there would also need to be a limit on retries.
  2. Support running local instances of StableDiffusion (and local LLM(s)) do not be restricted.
    • An issue + milestone exists for StableDiffusion support #7