Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public CommandLineRunner predefinedQuestions(OpenAiChatModel openAiChatModel,
String userQuestion = """
What is the weather in Amsterdam right now?
Please incorporate all createive responses from all LLM providers.
After the other providers add a poem that synthesizes the the poems from all the other providers.
After the other providers add a poem that synthesizes the poems from all the other providers.
""";

System.out.println("> USER: " + userQuestion);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public CommandLineRunner predefinedQuestions(OpenAiChatModel openAiChatModel, Li
String userQuestion = """
What is the weather in Amsterdam right now?
Please incorporate all createive responses from all LLM providers.
After the other providers add a poem that synthesizes the the poems from all the other providers.
After the other providers add a poem that synthesizes the poems from all the other providers.
""";

System.out.println("> USER: " + userQuestion);
Expand Down