This commit is contained in:
2025-11-04 16:50:37 +08:00
parent 2260306c87
commit 1802b75341
5 changed files with 91 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
"""
This code is supported by the website: https://www.guanjihuan.com
The newest version of this code is on the web page: https://www.guanjihuan.com/archives/47909
"""
import langchain_openai
from langchain_core.prompts import ChatPromptTemplate
import dotenv

View File

@@ -1,3 +1,8 @@
"""
This code is supported by the website: https://www.guanjihuan.com
The newest version of this code is on the web page: https://www.guanjihuan.com/archives/47909
"""
import os
from dotenv import load_dotenv
from langchain_openai import ChatOpenAI

View File

@@ -1,3 +1,8 @@
"""
This code is supported by the website: https://www.guanjihuan.com
The newest version of this code is on the web page: https://www.guanjihuan.com/archives/47909
"""
import os
import dotenv
from langchain_openai import ChatOpenAI