Skip to content

Commit

Permalink
Update tools.py
Browse files Browse the repository at this point in the history
  • Loading branch information
srdas committed Sep 16, 2024
1 parent 6774468 commit b2cb168
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/jupyter-ai/jupyter_ai/chat_handlers/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,7 @@ def __init__(self, *args, **kwargs):
)
self.parser.add_argument("query", nargs=argparse.REMAINDER)
self.tools_file_path = None
# os.path.join(
# Path.home(), ".jupyter/jupyter-ai/tools", "mytools.py"
# ) # Maybe pass as parameter?


# https://python.langchain.com/v0.2/docs/integrations/platforms/
def setChatProvider(self, provider): # For selecting the model to bind tools with
Expand Down

0 comments on commit b2cb168

Please sign in to comment.