Quick Start
This guide will walk you through setting up Aita and start coding with Aita.
Prerequisites
Before you start, make sure you have the following installed:
Python 3.9 or higher
Installation
To install Aita, run the following command:
bash
Getting Started
To start using Aita, you can run the following code:
python
This code will create a new agent that uses the GPT-3.5-turbo model and has a confidence threshold of 0.8.
Next Steps
Now that you have successfully set up Aita, you can start exploring more features and functionalities. Check out the documentation for more information.
Last updated