Merge branch 'main' of github.com:lfnovo/open-notebook

This commit is contained in:
LUIS NOVO 2025-04-24 09:48:04 -03:00
commit 90678b357e
2 changed files with 2 additions and 0 deletions

View file

@ -2,6 +2,7 @@
# OPENAI # OPENAI
OPENAI_API_KEY= OPENAI_API_KEY=
# OPENAI_API_BASE=
# ANTHROPIC # ANTHROPIC
# ANTHROPIC_API_KEY= # ANTHROPIC_API_KEY=

View file

@ -48,6 +48,7 @@ dependencies = [
"langchain-groq>=0.2.1", "langchain-groq>=0.2.1",
"groq>=0.12.0", "groq>=0.12.0",
"python-dotenv>=1.0.1", "python-dotenv>=1.0.1",
"httpx[socks]>=0.27.0",
"sdblpy", "sdblpy",
] ]