add documentation

This commit is contained in:
Ubuntu 2025-03-08 12:07:33 +00:00 committed by raspawar
parent 409383ae5f
commit f5ebad130c
3 changed files with 147 additions and 1 deletions

View file

@ -40,7 +40,7 @@ class NvidiaPostTrainingConfig(BaseModel):
# ToDO: validate this, add default value
customizer_url: str = Field(
default_factory=lambda: os.getenv("NVIDIA_CUSTOMIZER_URL"),
default_factory=lambda: os.getenv("NVIDIA_CUSTOMIZER_URL", "http://nemo.test"),
description="Base URL for the NeMo Customizer API",
)