toggle menu
openai-kotlin
common
switch theme
search in API
openai-client
/
com.aallam.openai.client
/
RetryStrategy
/
RetryStrategy
Retry
Strategy
constructor
(
maxRetries
:
Int
=
3
,
base
:
Double
=
2.0
,
maxDelay
:
Duration
=
60.seconds
)
Parameters
max
Retries
the maximum amount of retries to perform for a request
base
retry base value
max
Delay
max retry delay