https://github.com/slashtechno/phidata-testing
https://github.com/slashtechno/phidata-testing
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/slashtechno/phidata-testing
- Owner: slashtechno
- Created: 2024-08-08T23:44:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-06T22:49:43.000Z (almost 2 years ago)
- Last Synced: 2025-02-13T08:29:44.644Z (over 1 year ago)
- Language: Python
- Size: 192 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Testing [Phidata](https://www.phidata.com/)

Phidata is a Python library for LLM tool calling. This repository contains code I used to test the library's capabilities and to learn how to use it. For example, in the screenshot above, I attempted to give Llama3.1:8b access to two PDFs, albeit unsuccessfully.
## Installation and Usage
Ensure you have Python and [Poetry](https://python-poetry.org/) installed.
1. Clone the repository
2. Run `poetry install` to install the dependencies
3. Run `poetry run python -m src` to run the project