Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add chatbot to website #5969

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/en/theme/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@
<script type="module">
import mermaid from 'https://cdn.jsdelivr.net/npm/[email protected]/+esm'
</script>
<script src="https://console.d.run/drun-copilot/chatbot-sdk.umd.js?ws=302&token=ZjgxNzgwNTktMmZjNS00NTZhLWI0YTItNzYyMzQ4MDE1MzFh"></script>
{% endblock %}
2 changes: 1 addition & 1 deletion docs/zh/docs/baize/oam/resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ hide:

自动化汇总整个平台中的 GPU 资源信息,提供详尽的 GPU 设备信息展示,可查看各种 GPU 卡的负载统计和任务运行信息。

进入 **运维管理** 后,点击左侧导航栏的 **资源管理** -> **GPU 管理** ,可以查看 GPU 卡和任务信息
进入 **运维管理** 后,点击左侧导航栏的 **资源管理** -> **GPU 管理** ,可以查看 GPU 卡和各种训练任务

![GPU 管理](../images/resource.png)
1 change: 1 addition & 0 deletions docs/zh/theme/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@
<script type="module">
import mermaid from 'https://cdn.jsdelivr.net/npm/[email protected]/+esm'
</script>
<script src="https://console.d.run/drun-copilot/chatbot-sdk.umd.js?ws=302&token=ZjgxNzgwNTktMmZjNS00NTZhLWI0YTItNzYyMzQ4MDE1MzFh"></script>
{% endblock %}
Loading