Skip to content

Commit

Permalink
Fix spotbug failure
Browse files Browse the repository at this point in the history
Signed-off-by: Arjun kumar Giri <[email protected]>
  • Loading branch information
arjunkumargiri committed Nov 17, 2023
1 parent 5175dac commit 00ab54f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,6 @@ public void testOpenAITextEmbeddingModel() throws IOException, InterruptedExcept
assertFalse(((List) responseMap.get("embedding")).isEmpty());
}


@Ignore
public void testCohereGenerateTextModel() throws IOException, InterruptedException {
// Skip test if key is null
Expand Down

0 comments on commit 00ab54f

Please sign in to comment.