Skip to content

Commit d12f7d5

Browse files
committed
Fix extra "in a"
1 parent 1a9abdb commit d12f7d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ The <dfn attribute for="AI">summarizer</dfn> getter steps are to return [=this=]
250250

251251
1. Let |requested| be the amount of input usage needed to encode |options|. The encoding of |options| as input is [=implementation-defined=].
252252

253-
<p class="note" id="note-options-input-usage-encoding">This could be the amount of tokens needed to represent these options in a in a <a href="https://arxiv.org/abs/2404.08335">language model tokenization scheme</a>, possibly with prompt engineering. Or it could be 0, if the implementation plans to send the options to the underlying model with every [=summarize=] operation.
253+
<p class="note" id="note-options-input-usage-encoding">This could be the amount of tokens needed to represent these options in a <a href="https://arxiv.org/abs/2404.08335">language model tokenization scheme</a>, possibly with prompt engineering. Or it could be 0, if the implementation plans to send the options to the underlying model with every [=summarize=] operation.
254254

255255
1. Let |quota| be the maximum input quota that the user agent supports for encoding |options|.
256256

0 commit comments

Comments
 (0)