io.cequence.openaiscala.domain.ProviderSettings.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openai-scala-core_2.13 Show documentation
Show all versions of openai-scala-core_2.13 Show documentation
Core module of OpenAI Scala client
package io.cequence.openaiscala.domain
case class ProviderSettings(
coreUrl: String,
apiKeyEnvVariable: String
)