pub async fn openai_request(
_gpt_configs: &GPTConfigs,
_resource: String,
_url: &str,
_prompt: &str,
) -> OpenAIReturnExpand description
Perform a request to OpenAI Chat. This does nothing without the ‘openai’ flag enabled.
pub async fn openai_request(
_gpt_configs: &GPTConfigs,
_resource: String,
_url: &str,
_prompt: &str,
) -> OpenAIReturnPerform a request to OpenAI Chat. This does nothing without the ‘openai’ flag enabled.