You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because unknown reasons, some APIs of libraries that should be public aren’t accessible from Java code.
For example, if you want to make use of Timeout in this library that is needed in eLLMental.
You will get the following error: 'Timeout(kotlin.time.Duration, kotlin.time.Duration, kotlin.time.Duration)' has private access in 'com.aallam.openai.api.http.Timeout'.
The text was updated successfully, but these errors were encountered:
Because unknown reasons, some APIs of libraries that should be public aren’t accessible from Java code.
For example, if you want to make use of
Timeout
in this library that is needed in eLLMental.You will get the following error:
'Timeout(kotlin.time.Duration, kotlin.time.Duration, kotlin.time.Duration)' has private access in 'com.aallam.openai.api.http.Timeout'
.The text was updated successfully, but these errors were encountered: