For speed and efficiency, automators may want to skip the moderation endpoint that is usually called by the chat_completion function. All queries are moderated by default as a best practice to avoid the account being flagged, but if you know the query is safe, this change allows you to skip it.
Also removed some logging statements that could have slowed down performance.
Fix #254
For speed and efficiency, automators may want to skip the moderation endpoint that is usually called by the chat_completion function. All queries are moderated by default as a best practice to avoid the account being flagged, but if you know the query is safe, this change allows you to skip it.
Also removed some logging statements that could have slowed down performance.