Log in
Log into community
Find answers from the community
View all posts
Related posts
Did this answer your question?
π
π
π
Powered by
Hall
Inactive
Updated last year
0
Follow
Tools
Tools
Inactive
0
Follow
J
JZ
last year
Β·
Hey team, I was trying to use the codeinterpreter tool, but got error:
ModuleNotFoundError:
No module named
'llama
_hub
.tools
.tool
_spec
'
Can you please help?
Attachments
L
J
16 comments
Share
Open in Discord
L
Logan M
last year
Remove
tools_spec
from the import path
L
Logan M
last year
Was that from a demo notebook ? π«
J
JZ
last year
ahhh i see, let me try
J
JZ
last year
yea... π
J
JZ
last year
I really wish we can have more quality examples
L
Logan M
last year
That one should not have slipped by. Sorry about that π
L
Logan M
last year
When in doubt, I always check the source code. That's probably just a "me" thing hahaha
L
Logan M
last year
Thankfully the notebook for this tool uses the proper import
https://github.com/emptycrown/llama-hub/blob/main/llama_hub/tools/notebooks/code_interpreter.ipynb
J
JZ
last year
haha, got cha, thanks so much for the prompt support Logan!
J
JZ
last year
by the way - is there places where i can see interesting data agent case studis notebook?
J
JZ
last year
so i can learn better about unique use cases can be built in data agents versus langchain
L
Logan M
last year
Hmmm, not really case studies yet. There is a folder of tool examples here
https://github.com/emptycrown/llama-hub/tree/main/llama_hub/tools/notebooks
As well as some agent demos here using llama index stuff
https://gpt-index.readthedocs.io/en/latest/core_modules/agent_modules/agents/modules.html
J
JZ
last year
got it, thanks!
J
JZ
last year
ContextRetrieverOpenAIAgent is pretty awesome
J
JZ
last year
sorry one last question.. π
How do i setup memory? is it automatically have memory turned on when i use chat? or do i need to do something special?
L
Logan M
last year
It automatically has memory! π
Add a reply
Sign up and join the conversation on Discord
Join on Discord