Skip to content

Adding new slash command /tools to use LLMs with your own custom tools #991

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 59 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
564ab9b
Adding new slash command `/tools`
srdas Sep 11, 2024
27e14c1
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 11, 2024
12bf4af
Updates to tools.py
srdas Sep 11, 2024
97e1543
Merge branch 'llm_tools' of https://github.com/srdas/jupyter-ai into …
srdas Sep 11, 2024
529ed6f
Update pyproject.toml with langchain_ollama
srdas Sep 11, 2024
546c4e9
Update pyproject.toml
srdas Sep 11, 2024
78b605c
deleted comment from tools.py
srdas Sep 11, 2024
7f72556
Update tools.py
srdas Sep 15, 2024
3159ddd
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 15, 2024
95a13d4
update tools to take tools file in slash command
srdas Sep 16, 2024
6774468
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 16, 2024
b2cb168
Update tools.py
srdas Sep 16, 2024
92f0b29
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 16, 2024
f7be16e
Merge branch 'main' into llm_tools
srdas Sep 16, 2024
ea43c83
Adds unix shell-style wildcard matching to `/learn` (#989)
andrewfulton9 Sep 16, 2024
3bee6f1
Add OpenRouter support (#996)
akaihola Sep 16, 2024
06e924e
update tools.py and tools.md
srdas Sep 17, 2024
6d53eb3
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 17, 2024
7541886
Merge branch 'main' into llm_tools
srdas Sep 17, 2024
789953b
updates to tools.py and pyproject.toml
srdas Sep 18, 2024
8a40f3c
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 18, 2024
1481008
Update tools.py
srdas Sep 18, 2024
ee0b6bc
Merge branch 'llm_tools' of https://github.com/srdas/jupyter-ai into …
srdas Sep 18, 2024
536e5a9
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 18, 2024
9fdbde4
Update tools.py
srdas Sep 18, 2024
d5e6cd4
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 18, 2024
b9eac40
added typing
srdas Sep 19, 2024
a536978
Merge branch 'llm_tools' of https://github.com/srdas/jupyter-ai into …
srdas Sep 19, 2024
a66e414
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 19, 2024
94dfc0b
Update tools.py
srdas Sep 19, 2024
92b1eb9
Merge branch 'llm_tools' of https://github.com/srdas/jupyter-ai into …
srdas Sep 19, 2024
6070ecd
Update tools.py
srdas Sep 19, 2024
9c3d190
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 19, 2024
de92508
Update tools.py
srdas Sep 19, 2024
b957bb6
Update tools.py
srdas Sep 20, 2024
e46a3f7
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 20, 2024
05cdd07
Update tools.py
srdas Sep 20, 2024
61823bb
Merge branch 'llm_tools' of https://github.com/srdas/jupyter-ai into …
srdas Sep 20, 2024
1aaa56f
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 20, 2024
30bb099
Various error handling added
srdas Sep 20, 2024
5328aab
Merge branch 'llm_tools' of https://github.com/srdas/jupyter-ai into …
srdas Sep 20, 2024
575a30b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 20, 2024
0db895f
fixed get_tools to use AST tree
srdas Sep 22, 2024
c713f9b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 22, 2024
bea2898
Update tools.py
srdas Sep 24, 2024
37ce002
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 24, 2024
8c994d5
Update tools.py
srdas Sep 24, 2024
f4bb1e6
Merge branch 'llm_tools' of https://github.com/srdas/jupyter-ai into …
srdas Sep 24, 2024
c51a8ae
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 24, 2024
4043f36
Update tools.py
srdas Sep 24, 2024
ef22fed
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 24, 2024
6c6a94d
Merge branch 'jupyterlab:main' into llm_tools
srdas Sep 30, 2024
291ad80
Cleaned up error handling
srdas Sep 30, 2024
43dc2c9
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 30, 2024
e63c3b6
Update tools.py
srdas Sep 30, 2024
2c3550f
fox model with tools
srdas Oct 17, 2024
dcfaf25
Merge branch 'main' into llm_tools
srdas Oct 17, 2024
3461d31
added file tools example
srdas Oct 18, 2024
f74bacd
resize figure
srdas Oct 21, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update pyproject.toml with langchain_ollama
  • Loading branch information
srdas committed Sep 11, 2024
commit 529ed6f94076822ffc986f160d83b06d1bc63a70
1 change: 1 addition & 0 deletions packages/jupyter-ai-magics/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ all = [
"langchain_mistralai",
"langchain_nvidia_ai_endpoints",
"langchain_openai",
"langchain_ollama",
"pillow",
"boto3",
"qianfan",
Expand Down
Loading