-
Notifications
You must be signed in to change notification settings - Fork 641
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
Tool Calling Not Working #50
Comments
I believe the instructions are outdated :/ We will fix that but the move to distributions and moving the agentic_system implementation to the
Then the |
Thank @ashwinb for your quick response. Yes, I do have .env (content is The Let me know if there is anything I can try. |
From which directory did you launch the |
(llama_stack_inference_demo) tao@r7625h100:~/local/llama-agentic-system$ ll |
@ashwinb Is it any prompt format that I have to follow in the mesop WebUI window for the tool calling function? |
@dawenxi-007 I have verified that this is broken right now. For some reason, loading the keys from |
PR has landed, but new packages still need to be deployed. |
I am trying the tool calling function with Brave Search engine by following the simple instructions at https://github.com/meta-llama/llama-agentic-system#add-api-keys-for-tools.
Basically, I saved the api key inside an .env file by
BRAVE_SEARCH_API_KEY=xxxxx
run that at the CLI terminal. However, with the commandmesop app/main.py
, the search engine did not seem to work, giving the message like the knowledge is up to Dec. 2023.Also tried
PYTHONPATH=. mesop app/chat_with_custom_tools.py
, didn't work either, it gave the following info:Do we have more docs on how to enable this?
The text was updated successfully, but these errors were encountered: