Skip to content
Snippets Groups Projects
Commit ce17d977 authored by spmohanty's avatar spmohanty
Browse files

add link to mock api

parent d2622d32
No related branches found
No related tags found
No related merge requests found
...@@ -5,8 +5,11 @@ from typing import List ...@@ -5,8 +5,11 @@ from typing import List
# for accessing the correct API endpoint in Task 2 and Task 3. The value of this environment variable # for accessing the correct API endpoint in Task 2 and Task 3. The value of this environment variable
# may vary across different evaluation settings, emphasizing the importance of dynamically obtaining # may vary across different evaluation settings, emphasizing the importance of dynamically obtaining
# the API URL to ensure accurate endpoint communication. # the API URL to ensure accurate endpoint communication.
# Please refer to https://gitlab.aicrowd.com/aicrowd/challenges/meta-comprehensive-rag-benchmark-kdd-cup-2024/crag-mock-api
# for more information on the MockAPI.
# #
# **Note**: This environment will not be available for Task 1 evaluations. # **Note**: This environment variable will not be available for Task 1 evaluations.
CRAG_MOCK_API_URL = os.getenv("CRAG_MOCK_API_URL", "http://localhost:8000") CRAG_MOCK_API_URL = os.getenv("CRAG_MOCK_API_URL", "http://localhost:8000")
class DummyModel: class DummyModel:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment