We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 750e73b commit 0e22166Copy full SHA for 0e22166
sample-code/spring-app/src/main/resources/static/index.html
@@ -567,17 +567,6 @@ <h5 class="mb-1">OpenAI</h5>
567
</div>
568
569
</li>
570
- <li class="list-group-item">
571
- <div class="info-tooltip">
572
- <button type="submit" formaction="/chatCompletionTool"
573
- class="link-offset-2-hover link-underline link-underline-opacity-0 link-underline-opacity-75-hover endpoint">
574
- <code>/chatCompletionTool</code>
575
- </button>
576
- <div class="tooltip-content">
577
- Chat request to OpenAI with a tool.
578
- </div>
579
580
- </li>
581
<li class="list-group-item">
582
<div class="info-tooltip">
583
<button type="submit" formaction="/chatCompletionToolExecution"
0 commit comments