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.gitcd IIT-Project/You have to initialize venv first.
python -m venv venvsource venv/bin/activateThen ->
pip install TogetherAnd then ->
pip install python-dotenvGo 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