Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 397 Bytes

README.md

File metadata and controls

21 lines (10 loc) · 397 Bytes

ai-model-evaluation

This python script can be used to asks different openai models the same question and use different temperature parameter.

How to use

Prerequisites

Add a .env file with the following content:

OPENAI_API_KEY=<your openai api key>

Install the requirements:

pip3 install -r requirements.txt

Run the script

python3 openAIModelEvaluation.py