Skip to content

Commit 1874a7b

Browse files
fix: update option labels in request builder for clarity
1 parent 6a3b3e9 commit 1874a7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/docker/static/playground/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ <h1 class="text-lg font-medium flex items-center space-x-4">
182182
<div class="px-4 py-2 border-b border-border flex items-center">
183183
<h2 class="font-medium">Request Builder</h2>
184184
<select id="endpoint" class="ml-auto bg-dark border border-border rounded px-2 py-1 text-sm">
185-
<option value="crawl">/crawl (supports streaming)</option>
186-
<option value="crawl_stream">/crawl/stream (legacy)</option>
185+
<option value="crawl">/crawl (batch)</option>
186+
<option value="crawl_stream">/crawl/stream</option>
187187
<option value="md">/md</option>
188188
<option value="llm">/llm</option>
189189
</select>

0 commit comments

Comments
 (0)