通过豆包API接口实现LangChian
输出conversation_chain memory
import os
from langchain.llms.base import LLM
from langchain.chains import LLMChain, ConversationChain
from langchain.prompts import PromptTemplate
from openai import OpenAI
from pydantic import BaseModel, Extra
from langchain.memory import ConversationBufferMemory
发布者:admin,转转请注明出处:http://www.yc00.com/web/1754604653a5181382.html
评论列表(0条)