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

commonMain.com.xebia.functional.openai.Config.kt Maven / Gradle / Ivy

There is a newer version: 0.0.5-alpha.118
Show newest version
package com.xebia.functional.openai

import kotlinx.serialization.json.Json

data class Config(
  val baseUrl: String,
  val token: String,
  val org: String?,
  val json: Json,
  val streamingPrefix: String,
  val streamingDelimiter: String
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy