com.simiacryptus.openai.ModerationException.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of joe-penai Show documentation
Show all versions of joe-penai Show documentation
A Java client for OpenAI's API
package com.simiacryptus.openai
class ModerationException(message: String?) : Exception(message)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy