Skip to content

Commit

Permalink
Remove isInClusterService from InferenceService
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-rubinstein committed Oct 17, 2024
1 parent 8653915 commit 14e15d5
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,14 +178,6 @@ default Model updateModelWithChatCompletionDetails(Model model) {
return model;
}

/**
* Return true if this model is hosted in the local Elasticsearch cluster
* @return True if in cluster
*/
default boolean isInClusterService() {
return false;
}

/**
* Defines the version required across all clusters to use this service
* @return {@link TransportVersion} specifying the version
Expand Down

0 comments on commit 14e15d5

Please sign in to comment.