Skip to content

Commit

Permalink
Merge pull request #14 from OpenBB-finance/openbb-agent-func
Browse files Browse the repository at this point in the history
fix module location typo on notebook
  • Loading branch information
DidierRLopes authored Apr 6, 2024
2 parents 9f6fca6 + 3e28104 commit 66d0fa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion langchain-tool-retrieval.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"\n",
"# Set up OpenBB Personal Access Token from https://my.openbb.co/app/platform/pat\n",
"from openbb import obb\n",
"from utils import map_openbb_collection_to_langchain_tools # provides access to OpenBB Tools\n",
"from openbb_agents.utils import map_openbb_collection_to_langchain_tools # provides access to OpenBB Tools\n",
"obb.account.login(pat=\"\")"
]
},
Expand Down
2 changes: 1 addition & 1 deletion openbb-agent.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"\n",
"# Set up OpenBB Personal Access Token from https://my.openbb.co/app/platform/pat\n",
"from openbb import obb\n",
"from utils import map_openbb_collection_to_langchain_tools # provides access to OpenBB Tools\n",
"from openbb_agents.utils import map_openbb_collection_to_langchain_tools # provides access to OpenBB Tools\n",
"obb.account.login(pat=\"\")"
]
},
Expand Down

0 comments on commit 66d0fa5

Please sign in to comment.