This system leverages LLM APIs to automatically evaluate multiple-choice questions.
- API Key File:
Create a file namedapi_key.txt
in the root directory of the project and add your OpenAI API key to it.
- Install boto3:
Install the requiredboto3
library by running:pip install boto3
- Configure AWS:
Set up your AWS credentials by running:aws configure