The file takes 3 inputs: path to input excel file which contains the data, the model type and the prompt type
[check the code for definitions of them]
The main.py file contains:
- The file should read the path to the excel file passed
- Generate the correct prompt by replacing the placeholders with actual values from excel
- Select the correct model to call depending on the choice of model the user entered
- Generate a response