pub async fn call_with_config(
request: Request,
config: OpenAIConfig,
) -> Result<Response>Expand description
Calls the OpenAI API with the provided configuration
pub async fn call_with_config(
request: Request,
config: OpenAIConfig,
) -> Result<Response>Calls the OpenAI API with the provided configuration