Skip to content

Commit 7ef5119

Browse files
davidkyleprwhelan
andauthored
Update x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/services/cohere/CohereServiceSettings.java
Co-authored-by: Pat Whelan <[email protected]>
1 parent d982af5 commit 7ef5119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public static CohereServiceSettings fromMap(Map<String, Object> map, Configurati
104104
similarity,
105105
dims,
106106
maxInputTokens,
107-
modelId(oldModelId, modelId),
107+
resolvedModelId,
108108
rateLimitSettings,
109109
apiVersion
110110
);

0 commit comments

Comments
 (0)