Skip to content

Commit 0c02928

Browse files
committed
doc: update JSDoc of CompletionCreateParamsBase.max_tokens
1 parent 8ab47e2 commit 0c02928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/completions.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ export interface CompletionCreateParamsBase {
254254
logprobs?: number | null;
255255

256256
/**
257-
* The maximum number of [tokens](/tokenizer) that can be generated in the
257+
* The maximum number of [tokens](https://platform.openai.com/tokenizer) that can be generated in the
258258
* completion.
259259
*
260260
* The token count of your prompt plus `max_tokens` cannot exceed the model's

0 commit comments

Comments
 (0)