Ask a question to get started
Enter to sendā¢Shift+Enter new line
Create the LLMResult from the choices and prompts.
create_llm_result( self, choices: Any, prompts: List[str], params: Dict[str, Any], token_usage: Dict[str, int], *, system_fingerprint: Optional[str] = None ) -> LLMResult