chore: remove together inference adapter's custom check_model_availability

This commit is contained in:
Matthew Farrellee 2025-10-06 12:36:18 -04:00
parent d23ed26238
commit a9efeaba33

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,