We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2466896 commit 2611f5cCopy full SHA for 2611f5c
2 files changed
README.md
@@ -24,6 +24,8 @@ _✨基于各种LLM的聊天机器人,支持多种语言,支持系统操作
24
<img src="https://img.shields.io/github/forks/NGLSG/ChatBot.svg" alt="forks">
25
</p>
26
27
+Demo示例:
28
+
29
# 依赖项
30
31
ChatBot项目需要以下依赖项:
sample/Application.cpp
@@ -407,6 +407,7 @@ void Application::RenderChatBox() {
407
ImGui::PopID();
408
409
// Display the bot's answer
410
+ ImGui::SameLine();
411
DisplayInputText(botAnswer);
412
// 加载纹理的线程
413
if (!botAnswer.image.empty()) {
0 commit comments