penai-scala-client_2.12.1.1.0.RC.1.source-code.openai-scala-client.conf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openai-scala-client_2.12 Show documentation
Show all versions of openai-scala-client_2.12 Show documentation
Scala client for OpenAI API implemented using Play WS lib.
# Default Open AI Scala Client Config
openai-scala-client {
apiKey = ${OPENAI_SCALA_CLIENT_API_KEY}
orgId = ${?OPENAI_SCALA_CLIENT_ORG_ID}
timeouts {
requestTimeoutSec = 200
readTimeoutSec = 200
# connectTimeoutSec = 5
# pooledConnectionIdleTimeoutSec = 60
}
}