Skip to content

Commit d812b65

Browse files
authored
Update UserMessageDemo.java
Signed-off-by: Siri Varma Vegiraju <[email protected]>
1 parent e2bdffd commit d812b65

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

examples/src/main/java/io/dapr/examples/conversation/UserMessageDemo.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ public class UserMessageDemo {
3636
* @param args Input arguments (unused).
3737
*/
3838
public static void main(String[] args) {
39-
Map<Property<?>, String> overrides = Map.of(
40-
Properties.HTTP_PORT, "3500",
41-
Properties.GRPC_PORT, "50001"
42-
);
43-
4439
try (DaprPreviewClient client = new DaprClientBuilder().withPropertyOverrides(overrides).buildPreviewClient()) {
4540
System.out.println("Sending the following input to LLM: Hello How are you? This is the my number 672-123-4567");
4641

0 commit comments

Comments
 (0)