链式调用大模型 发布时间:2026/7/8 1:11:59 示例# 链式调用大模型chain=few_shot_prompt_template|llm resp=chain.stream(input={"text":"Apple"})完整代码