chore: remove together inference adapter's custom check_model_availability (#3702)

# What does this PR do?

remove Together inference adapter's check_model_availability impl, rely
on standard impl instead


## Test Plan

ci
This commit is contained in:
Matthew Farrellee 2025-10-06 13:28:36 -04:00 committed by GitHub
parent de9940c697
commit 892ea759fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -66,9 +66,6 @@ class TogetherInferenceAdapter(OpenAIMixin, NeedsRequestProviderData):
async def should_refresh_models(self) -> bool:
return True
async def check_model_availability(self, model):
return model in self._model_cache
async def openai_embeddings(
self,
model: str,