openai-kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
openai-kotlin
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