move is_hosted out of the NVIDIAConfig api

This commit is contained in:
Matthew Farrellee 2024-11-21 15:08:31 -05:00
parent 988741c276
commit 8944491c3c
3 changed files with 7 additions and 7 deletions

View file

@ -46,7 +46,3 @@ class NVIDIAConfig(BaseModel):
default=60,
description="Timeout for the HTTP requests",
)
@property
def is_hosted(self) -> bool:
return "integrate.api.nvidia.com" in self.url