AbstractInferenceRequestSpecification
constructor(temperature: Double? = null, maxTokens: Long? = null, topK: Long? = null, topP: Double? = null, model: String? = null, requestBody: MutableList<Matcher<P?>> = mutableListOf(), requestBodyString: MutableList<Matcher<String?>> = mutableListOf())(source)
Parameters
model
Optional model identifier.
requestBody
A mutable list of matchers representing conditions on the request body.
requestBodyString
A mutable list of matchers representing conditions on the request body string.
Type Parameters
P
The type of the request body.