mirror of https://github.com/dapr/java-sdk.git
Update UserMessageDemo.java
Signed-off-by: Siri Varma Vegiraju <siri.varma@outlook.com>
This commit is contained in:
parent
d812b65009
commit
398802a4cb
|
|
@ -36,7 +36,7 @@ public class UserMessageDemo {
|
|||
* @param args Input arguments (unused).
|
||||
*/
|
||||
public static void main(String[] args) {
|
||||
try (DaprPreviewClient client = new DaprClientBuilder().withPropertyOverrides(overrides).buildPreviewClient()) {
|
||||
try (DaprPreviewClient client = new DaprClientBuilder().buildPreviewClient()) {
|
||||
System.out.println("Sending the following input to LLM: Hello How are you? This is the my number 672-123-4567");
|
||||
|
||||
// Create user message with content
|
||||
|
|
|
|||
Loading…
Reference in New Issue