Replies: 1 comment
-
I can't say for certain, but it's possible that the issue you're facing is due to the Gradle cache. Do you encounter an error when you try to compile your project using the command line, or does it only occur in your IDE? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi
i use below version
implementation("com.aallam.openai:openai-client:3.2.0")
runtimeOnly("io.ktor:ktor-client-okhttp:2.2.1")
i can't use OpenAI func
I'm sure it's in the library, but I can't call it. What's the problem with this
is this bug?
Beta Was this translation helpful? Give feedback.
All reactions