pub async fn openai_request_base(
gpt_configs: &GPTConfigs,
resource: String,
url: &str,
prompt: &str,
) -> OpenAIReturnAvailable on crate feature
openai only.Expand description
Perform a request to OpenAI Chat. This does nothing without the ‘openai’ flag enabled.