This python script can be used to asks different openai models the same question and use different temperature parameter.
Add a .env file with the following content:
OPENAI_API_KEY=<your openai api key>
Install the requirements:
pip3 install -r requirements.txt
python3 openAIModelEvaluation.py