ProviderPreferences
class ProviderPreferences(val order: List<String>? = null, val allowFallbacks: Boolean? = null, val requireParameters: Boolean? = null, val dataCollection: String? = null, val only: List<String>? = null, val ignore: List<String>? = null, val quantizations: List<String>? = null, val sort: String? = null, val maxPrice: Map<String, String>? = null)(source)
Properties
Link copied to clipboard
Whether to allow backup providers when the primary is unavailable
Link copied to clipboard
allow
Control whether to use providers that may store data
Link copied to clipboard
List of quantization levels to filter by (e.g. "int4", "int8")
Link copied to clipboard
Only use providers that support all parameters in your request