Skip to content

Commit

Permalink
Reenable OpenAI Remote Inference Tests
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Bogan <[email protected]>
  • Loading branch information
ryanbogan committed Jul 17, 2023
1 parent 51c0ccd commit bc7f98c
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ public void testDeployRemoteModel() throws IOException, InterruptedException {
waitForTask(taskId, MLTaskState.COMPLETED);
}

@Ignore
public void testPredictRemoteModel() throws IOException, InterruptedException {
Response response = createConnector(completionModelConnectorEntity);
Map responseMap = parseResponseToMap(response);
Expand Down Expand Up @@ -184,7 +183,6 @@ public void testUndeployRemoteModel() throws IOException, InterruptedException {
assertTrue(responseMap.toString().contains("undeployed"));
}

@Ignore
public void testOpenAIChatCompletionModel() throws IOException, InterruptedException {
String entity = "{\n"
+ " \"name\": \"OpenAI chat model Connector\",\n"
Expand Down Expand Up @@ -241,7 +239,6 @@ public void testOpenAIChatCompletionModel() throws IOException, InterruptedExcep
assertNotNull(responseMap);
}

@Ignore
public void testOpenAIEditsModel() throws IOException, InterruptedException {
String entity = "{\n"
+ " \"name\": \"OpenAI Edit model Connector\",\n"
Expand Down Expand Up @@ -307,7 +304,6 @@ public void testOpenAIEditsModel() throws IOException, InterruptedException {
assertFalse(((String) responseMap.get("text")).isEmpty());
}

@Ignore
public void testOpenAIModerationsModel() throws IOException, InterruptedException {
String entity = "{\n"
+ " \"name\": \"OpenAI moderations model Connector\",\n"
Expand Down

0 comments on commit bc7f98c

Please sign in to comment.