Skip to content

Commit e7f14bc

Browse files
committed
Update link in static files
1 parent 2a40b20 commit e7f14bc

File tree

1 file changed

+2
-2
lines changed
  • sample-code/spring-app/src/main/resources/static

1 file changed

+2
-2
lines changed

sample-code/spring-app/src/main/resources/static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -637,9 +637,9 @@ <h5 class="mb-1">OpenAI</h5>
637637
<ul class="list-group">
638638
<li class="list-group-item">
639639
<div class="info-tooltip">
640-
<button type="submit" formaction="/spring-ai-openai/embed"
640+
<button type="submit" formaction="/spring-ai-openai/embed/strings"
641641
class="link-offset-2-hover link-underline link-underline-opacity-0 link-underline-opacity-75-hover endpoint">
642-
<code>/spring-ai-openai/embed</code>
642+
<code>/spring-ai-openai/embed/strings</code>
643643
</button>
644644
<div class="tooltip-content">
645645
Get the embedding for a given string using SpringAI from OpenAI.

0 commit comments

Comments
 (0)