Merge branch 'main' of github.com:lfnovo/open-notebook
This commit is contained in:
commit
90678b357e
2 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
# OPENAI
|
||||
OPENAI_API_KEY=
|
||||
# OPENAI_API_BASE=
|
||||
|
||||
# ANTHROPIC
|
||||
# ANTHROPIC_API_KEY=
|
||||
|
|
|
|||
|
|
@ -48,6 +48,7 @@ dependencies = [
|
|||
"langchain-groq>=0.2.1",
|
||||
"groq>=0.12.0",
|
||||
"python-dotenv>=1.0.1",
|
||||
"httpx[socks]>=0.27.0",
|
||||
"sdblpy",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue