Skip to content

Commit 398802a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class UserMessageDemo {
3636
* @param args Input arguments (unused).
3737
*/
3838
public static void main(String[] args) {
39-
try (DaprPreviewClient client = new DaprClientBuilder().withPropertyOverrides(overrides).buildPreviewClient()) {
39+
try (DaprPreviewClient client = new DaprClientBuilder().buildPreviewClient()) {
4040
System.out.println("Sending the following input to LLM: Hello How are you? This is the my number 672-123-4567");
4141

4242
// Create user message with content

0 commit comments

Comments
 (0)