Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
honnuanand committed Dec 19, 2023
1 parent 3e3bf3a commit c3d5e11
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ public HFModels(RestTemplate restTemplate) {

/**
* Get all models
* @return String
* params:
* pipeline_tag: str (the type of model : e.g., text-generation)
* search: str (e.g., gpt2)
* @return String params: pipeline_tag: str (the type of model : e.g.,
* text-generation) search: str (e.g., gpt2)
*/
public String getModelsByFilter(String modelType, String modelId) {
try {
Expand Down

0 comments on commit c3d5e11

Please sign in to comment.