radial-plot-generator / constants.py
saattrupdan's picture
feat: Add requirements.txt, update datasets
d288ea3
raw
history blame contribute delete
178 Bytes
"""Constants used in the app."""
UPDATE_FREQUENCY_MINUTES = 5
MIN_COLOUR_DISTANCE_BETWEEN_MODELS = 200
DEFAULT_LANGUAGES = ["Danish"]
DEFAULT_MODELS = ["google/gemma-3-12b-it"]