You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: search-processors/src/main/java/org/opensearch/searchpipelines/questionanswering/generative/GenerativeQAResponseProcessor.java
+2-1
Original file line number
Diff line number
Diff line change
@@ -126,7 +126,8 @@ public SearchResponse processResponse(SearchRequest request, SearchResponse resp
126
126
thrownewIllegalArgumentException("llm_model cannot be null.");
Copy file name to clipboardexpand all lines: search-processors/src/main/java/org/opensearch/searchpipelines/questionanswering/generative/llm/DefaultLlmImpl.java
+6-5
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ public ChatCompletionOutput doChatCompletion(ChatCompletionInput chatCompletionI
0 commit comments