We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ee39ac commit 7bc9da5Copy full SHA for 7bc9da5
openai/src/commonMain/kotlin/com/xebia/functional/xef/conversation/llm/openai/OpenAI.kt
@@ -35,7 +35,7 @@ class OpenAI(
35
internal var timeout: Timeout = Timeout.default()
36
) : AutoCloseable, AutoClose by autoClose() {
37
38
- class Timeout private constructor(
+ class Timeout(
39
val request: Duration,
40
val connect: Duration,
41
val socket: Duration,
0 commit comments