File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
sample-code/spring-app/src/main/resources/static Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 2020
2121### 🐛 Fixed Issues
2222
23- -
23+ - OpenAi: Fix AssistantMessage Bug by now being able to send Assistant Messages using our API Client.
Original file line number Diff line number Diff line change @@ -589,6 +589,17 @@ <h5 class="mb-1">OpenAI</h5>
589589 </ div >
590590 </ div >
591591 </ li >
592+ < li class ="list-group-item ">
593+ < div class ="info-tooltip ">
594+ < button type ="submit " formaction ="/messagesHistory "
595+ class ="link-offset-2-hover link-underline link-underline-opacity-0 link-underline-opacity-75-hover endpoint ">
596+ < code > /messagesHistory</ code >
597+ </ button >
598+ < div class ="tooltip-content ">
599+ Chat request to OpenAI using message history.
600+ </ div >
601+ </ div >
602+ </ li >
592603 < li class ="list-group-item ">
593604 < div class ="info-tooltip ">
594605 < button type ="submit " formaction ="/streamChatCompletion "
You can’t perform that action at this time.
0 commit comments