Update UserMessageDemo.java

Signed-off-by: Siri Varma Vegiraju <siri.varma@outlook.com>
This commit is contained in:
Siri Varma Vegiraju 2025-08-06 22:00:40 -07:00 committed by GitHub
parent e2bdffd09a
commit d812b65009
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 5 deletions

View File

@ -36,11 +36,6 @@ public class UserMessageDemo {
* @param args Input arguments (unused).
*/
public static void main(String[] args) {
Map<Property<?>, String> overrides = Map.of(
Properties.HTTP_PORT, "3500",
Properties.GRPC_PORT, "50001"
);
try (DaprPreviewClient client = new DaprClientBuilder().withPropertyOverrides(overrides).buildPreviewClient()) {
System.out.println("Sending the following input to LLM: Hello How are you? This is the my number 672-123-4567");