pub fn send_request_with_client(
provider: &Provider,
prompt: &Prompt,
client: &impl InferenceHttpClient,
) -> Result<InferenceResponse>Expand description
Internal helper: core logic parameterized over an InferenceHttpClient.
pub fn send_request_with_client(
provider: &Provider,
prompt: &Prompt,
client: &impl InferenceHttpClient,
) -> Result<InferenceResponse>Internal helper: core logic parameterized over an InferenceHttpClient.