[PYTHON/LANGCHAIN] RunnableWithMessageHistory 클래스 : invoke 메소드를 사용해 채팅하기 2

■ RunnableWithMessageHistory 클래스의 invoke 메소드를 사용해 채팅하는 방법을 보여준다.

※ OPENAI_API_KEY 환경 변수 값은 .env 파일에 정의한다.

main.py

Yes, you mentioned your name is Polly!
—————————————————————————————————-
The output of the magic function for the input 3 is 5.
"""
—————————————————————————————————-

requirements.txt

※ pip install python-dotenv langchain langchain-openai 명령을 실행했다.

Advertisements