Do I need to set up my own openai key when uploading evaluations

image
Does openai key need to be set? What if I don’t have my own openai key? How do I assess

@yaxun_dai : We will be evaluating the predictions using a separate script, which has access to the openai keys. so you do not need to include your own api keys.

1 Like

But when running local_evaluation.py line 185,it would give an error without an openai client key.

@hongru_liu: No, the evaluator provides its own OpenAI key when evaluating your submissions.