langchain_community.llms.anyscale
.create_llm_resultΒΆ
- langchain_community.llms.anyscale.create_llm_result(choices: Any, prompts: List[str], token_usage: Dict[str, int], model_name: str) LLMResult [source]ΒΆ
Create the LLMResult from the choices and prompts.
- Parameters
choices (Any) β
prompts (List[str]) β
token_usage (Dict[str, int]) β
model_name (str) β
- Return type