Skip to content

Commit 1bb2f47

Browse files
committed
financial app work
1 parent 8f8292d commit 1bb2f47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

interactive-ai-holograms/java-version/src/main/java/oracleai/aiholo/AIHoloController.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,8 @@ public String play(@RequestParam("question") String question,
226226
} else {
227227
question = question.replace("use chat", "").trim();
228228
}
229-
question += ". Respond in 20 words or less";
229+
question += ". If the question is something like \"Where can I find free resources to learn about new\n" +
230+
"technology trends?\" Then incorporate Oracle Academy information in the answer but balance the answer with other non-Oracle information. Respond in 20 words or less";
230231
try (Connection connection = dataSource.getConnection();
231232
PreparedStatement preparedStatement = connection.prepareStatement(sql)) {
232233
System.out.println("Database Connection : " + connection);

0 commit comments

Comments
 (0)