This is the repository of Team 3 of AI Guild.
- git clone the repo into your local machine
- ensure python version is higher than 3.10(preferably version 3.12)
- run the following commands
-
Create a .env file in the root directory to store the Groq API Key
cd tool_retriever
-
Add the following line to the file.
touch .env
-
Install all requirements either in virtual environment or local machine.
GROQ_API_KEY="your_api_key"
-
Run the below script to load the model.
pip3 install -r requirements.txt
-
python3 model-1.py
- The UI should pop up like in the picture given below.
- User can choose the prompting style of the LLM (either CoT or ToT) and can provide their query in the query box. The output will be displayed on the right hand window along with the reasoning of the LLM in the bottom right.