Skip to content

Commit b075471

Browse files
committed
Removing unused code
1 parent 091d6e4 commit b075471

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/java/io/github/sashirestela/openai/base/RealtimeConfig.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,4 @@ public static RealtimeConfig of(String model) {
2020
return new RealtimeConfig(model, null, null, null);
2121
}
2222

23-
public static RealtimeConfig of(String model, String endpointUrl) {
24-
return new RealtimeConfig(model, endpointUrl, null, null);
25-
}
26-
2723
}

0 commit comments

Comments
 (0)