""" | |
Configuration module for the Open LLM Leaderboard backend. | |
All configuration values are imported from base.py to avoid circular dependencies. | |
""" | |
from .base import * | |
""" | |
Configuration module for the Open LLM Leaderboard backend. | |
All configuration values are imported from base.py to avoid circular dependencies. | |
""" | |
from .base import * | |