planetary-social / cleanstr

MIT License
1 stars 0 forks source link

Process Content with OpenAI Moderation & Queue Results #6

Open rabble opened 1 year ago

rabble commented 1 year ago

Process the queued events by sending the content to OpenAI for moderation checks. Once results are received, push them to a separate pubsub queue.

Acceptance Criteria:

Content is successfully moderated using OpenAI's service. Results from OpenAI are queued without delay in a separate queue for subsequent processing.