Ask a question to get started
Enter to sendā¢Shift+Enter new line
Use tenacity to retry the completion call.
completion_with_retry( llm: Union[BaseOpenAI, OpenAIChat], run_manager: Optional[CallbackManagerForLLMRun] = None, **kwargs: Any = {} ) -> Any