add openai mode

This commit is contained in:
2025-06-19 06:45:03 +00:00
parent e4a1786501
commit 8d444df917
4 changed files with 344 additions and 11 deletions

View File

@ -13,6 +13,7 @@ dependencies = [
"langchain-ollama>=0.3.0,<0.4.0",
"langchain-community>=0.3.0,<0.4.0",
"langchain-google-genai>=2.1.5,<3.0.0",
"langchain_openai>=0.3.24,<1.0.0",
"watchdog>=6.0.0,<7.0.0",
]