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