Skip to content

Commit 2b2eac5

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 7ef5119 commit 2b2eac5

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/services/cohere/CohereServiceSettings.java

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,7 @@ public static CohereServiceSettings fromMap(Map<String, Object> map, Configurati
9999
throw validationException;
100100
}
101101

102-
return new CohereServiceSettings(
103-
uri,
104-
similarity,
105-
dims,
106-
maxInputTokens,
107-
resolvedModelId,
108-
rateLimitSettings,
109-
apiVersion
110-
);
102+
return new CohereServiceSettings(uri, similarity, dims, maxInputTokens, resolvedModelId, rateLimitSettings, apiVersion);
111103
}
112104

113105
public static CohereApiVersion apiVersionFromMap(

0 commit comments

Comments
 (0)