All Downloads are FREE. Search and download functionalities are using the official Maven repository.

penai-scala-client_2.12.1.1.0.RC.1.source-code.openai-scala-client.conf Maven / Gradle / Ivy

There is a newer version: 1.1.0.RC.2
Show newest version
# 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
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy