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 [源代码]¶
从选择和提示中创建LLMResult。
- 参数
choices (Any) –
prompts (List[str]) –
token_usage (Dict[str, int]) –
model_name (str) –
- 返回类型