sigoden / llm-functions

Easily create LLM tools and agents using Bash/JavaScript/Python, also a library of commonly used LLM tools and agents.
MIT License
166 stars 22 forks source link

feat: link web_search/code_interperter tools #65

Closed sigoden closed 3 months ago

sigoden commented 3 months ago

web_search and code_interperter are most common tools. We provide two argc commands to symlink them with tools.

argc link-web-search search_bing.sh
argc link-code-interpreter execute_py_code.py 

relate to sigoden/aichat#679