How to use mock api in task #2 submission?

mock api url is set up in code models/dummy_model.py · master · AIcrowd / Challenges / Meta Comprehensive RAG Benchmark - KDD Cup 2024 / Meta Comphrehensive RAG Benchmark starter kit · GitLab
Do I need to use python’s request library to call the mock api?
Is there any example of calling mock api using url?

Do I need to use python’s request library to call the mock api?

It is not necessary, though you can use requests if you prefer.

Is there any example of calling mock api using url?

You can find more info here: AIcrowd / Challenges / Meta Comprehensive RAG Benchmark - KDD Cup 2024 / CRAG-Mock-API · GitLab

The CRAG Team