GeminiApiConfig

data class GeminiApiConfig(val apiKey: Authentication.APIKey, val baseUrl: String = "https://generativelanguage.googleapis.com/v1beta/models", val numberOfRetriesOnServerErrors: Int = 1, val requestTimeoutMillis: Long, val socketTimeoutMillis: Long)

Constructors

Link copied to clipboard
constructor(apiKey: Authentication.APIKey, baseUrl: String = "https://generativelanguage.googleapis.com/v1beta/models", numberOfRetriesOnServerErrors: Int = 1, requestTimeoutMillis: Long, socketTimeoutMillis: Long)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard