FreeThinker: Your own free of charge AI agent
FreeThinker is an AI agent that uses free of charge API open source LLMs in order to automatize tasks. That meaning that you don't required pay-per-token API keys to run it.
Other contributors
<img src="https://avatars.githubusercontent.com/LucaTufariello" alt="Luca Tufariello Logo" width="25" style="border-radius: 50%;" /> Luca Tufariello
Table of contents
Overview
Welcome to the FreeThinker documentation. This AI agent is designed to automatize tasks via natural language. It leverages a pool of multiple advanced LLMs to choose from in order to run the agent. The model uses free open source model's APIs in order to run so there are no costs per token.
Features
- No cost API usage.
- Multiple LLMs to choose from in order to run the agent.
- Easy to use as it uses natural language to communicate with the user.
- Automatize various tasks.
Files
requirements.txt
This file lists all the Python packages required to run the project. It ensures that all necessary dependencies are installed for the project to function correctly.
agent.py
This is the main file of the project and is the one that needs to be run in order to use FreeThinker.
__init__.py
This files exist in every folder in order to use imports from other folders.