Skip to content

Commit 30042a0

Browse files
committed
remove <|endoftext|> from code
1 parent 02a8153 commit 30042a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/internal/src/openrouter-ai-sdk/types/openrouter-chat-settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The exact effect will vary per model, but values between -1 and 1 should
1515
decrease or increase likelihood of selection; values like -100 or 100
1616
should result in a ban or exclusive selection of the relevant token.
1717
18-
As an example, you can pass {"50256": -100} to prevent the <|endoftext|>
18+
As an example, you can pass {"50256": -100} to prevent the <|{'endoftext'}|>
1919
token from being generated.
2020
*/
2121
logitBias?: Record<number, number>

0 commit comments

Comments
 (0)