Micro Project for IITD codeday workshop based on together API.
Clone this repository and cd into it then enter the following commands.
https://github.com/Srijan-Baniyal/IIT-Project.git
cd IIT-Project/
You have to initialize venv first.
python -m venv venv
source venv/bin/activate
Then ->
pip install Together
And then ->
pip install python-dotenv
Go to Together AI and create profile to get your API key
create a .env
file inside your folder and write the following content.
API_KEY = " your key "
. In the root folder only.
Run the python file into your terminal, here it works as your customizable AI and u can add your own features as per your requirement