Skip to content

Commit 347e45e

Browse files
committed
financial app and aiholo work
1 parent 8a33c45 commit 347e45e

File tree

1 file changed

+2
-2
lines changed
  • interactive-ai-holograms/java-version/src/main/resources/templates

1 file changed

+2
-2
lines changed

interactive-ai-holograms/java-version/src/main/resources/templates/aiholo.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ <h5>Ask the hologram a question and get a reply!</h5>
114114
<div class="col-md-4" style="margin-top: 0;">
115115
<span style="margin-bottom: 0; font-weight: normal; font-size: 1rem; display: block;">1. Select one...</span>
116116
<div class="radio-group" style="margin-top: 0;">
117-
<label><input type="radio" name="mode" value="use chat" checked>ask LLM directly</label>
118-
<label><input type="radio" name="mode" value="use vector">use Select AI and RAG with vector search</label>
117+
<label><input type="radio" name="mode" value="use chat" checked>Use Oracle Select AI and Vector Search</label>
118+
<label><input type="radio" name="mode" value="use vector">Use Oracle AI Toolkit and Optimizer</label>
119119
</div>
120120
</div>
121121
<!-- Center column: instructions and mic/clear buttons, aligned top -->

0 commit comments

Comments
 (0)