New chatExamples arg (#22680)

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
Glenn Jocher 2025-11-13 14:10:32 +01:00 committed by GitHub
parent b123b9e213
commit f046986f3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 2 deletions

View file

@ -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",
],
},
});

View file

@ -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