We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a3b3e9 commit 1874a7bCopy full SHA for 1874a7b
deploy/docker/static/playground/index.html
@@ -182,8 +182,8 @@ <h1 class="text-lg font-medium flex items-center space-x-4">
182
<div class="px-4 py-2 border-b border-border flex items-center">
183
<h2 class="font-medium">Request Builder</h2>
184
<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>
+ <option value="crawl">/crawl (batch)</option>
+ <option value="crawl_stream">/crawl/stream</option>
187
<option value="md">/md</option>
188
<option value="llm">/llm</option>
189
</select>
0 commit comments