fix: correct missing dependencies in requirements.txt and imports

This commit is contained in:
Annyfee
2025-11-26 09:38:48 +08:00
parent 4e2fe9e5ab
commit 58f6d3ebcf
5 changed files with 9 additions and 22 deletions
+2
View File
@@ -1,3 +1,5 @@
# 目前:已经测试到05_文件夹,代码测试完毕能跑通,但新旧写法尚未确定,明天要改写法+改博客
from config import OPENAI_API_KEY
from langchain_openai import ChatOpenAI
from langchain_classic.agents import AgentExecutor