mirror of
https://github.com/ultralytics/ultralytics
synced 2026-04-21 14:07:18 +00:00
New chatExamples arg (#22680)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
b123b9e213
commit
f046986f3f
2 changed files with 9 additions and 2 deletions
|
|
@ -61,11 +61,18 @@ document.addEventListener("DOMContentLoaded", () => {
|
|||
title: "Hello 👋",
|
||||
message:
|
||||
"Ask about YOLO, tutorials, training, export, deployment, or troubleshooting.",
|
||||
examples: [
|
||||
chatExamples: [
|
||||
"What's new in SAM 3?",
|
||||
"How can I get started with YOLO?",
|
||||
"How does Enterprise Licensing work?",
|
||||
],
|
||||
searchExamples: [
|
||||
"YOLO11 quickstart",
|
||||
"custom dataset training",
|
||||
"model export formats",
|
||||
"object detection tutorial",
|
||||
"hyperparameter tuning",
|
||||
],
|
||||
},
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -142,7 +142,7 @@ extra_css:
|
|||
- stylesheets/style.css
|
||||
|
||||
extra_javascript:
|
||||
- https://cdn.jsdelivr.net/gh/ultralytics/llm@v0.0.3/js/chat.min.js
|
||||
- https://cdn.jsdelivr.net/gh/ultralytics/llm@v0.0.4/js/chat.min.js
|
||||
- javascript/extra.js
|
||||
- javascript/giscus.js
|
||||
- https://unpkg.com/tablesort@5.6.0/dist/tablesort.min.js
|
||||
|
|
|
|||
Loading…
Reference in a new issue