pull/532/merge
Kye Gomez 6 months ago
parent 4261294c11
commit 17631a6290

@ -20,3 +20,18 @@ mkdocs-enumerate-headings-plugin
mkdocs-autolinks-plugin
mkdocs-minify-html-plugin
mkdocs-autolinks-plugin
# Requirements for core
jinja2~=3.0
markdown~=3.2
mkdocs~=1.6
mkdocs-material-extensions~=1.3
pygments~=2.16
pymdown-extensions~=10.2
# Requirements for plugins
babel~=2.10
colorama~=0.4
paginate~=0.5
regex>=2022.4
requests~=2.26

@ -299,8 +299,6 @@ print(f"Generated data: {generated_data}")
## References and Resources
- [Transformers Documentation](https://huggingface.co/transformers/)
- [Databricks Dolly v2](https://www.databricks.com/product/dolly)
- [Jsonformer](https://github.com/swarms/jsonformer)
- [Loguru Logger](https://loguru.readthedocs.io/en/stable/)
This documentation provides a comprehensive guide to the `ToolAgent` class, including its initialization, usage, and practical examples. By following the detailed instructions and examples, developers can effectively utilize the `ToolAgent` for various tasks involving model and tokenizer-based operations.
Loading…
Cancel
Save