We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CompletionCreateParamsBase.max_tokens
1 parent 8ab47e2 commit 0c02928Copy full SHA for 0c02928
src/resources/completions.ts
@@ -254,7 +254,7 @@ export interface CompletionCreateParamsBase {
254
logprobs?: number | null;
255
256
/**
257
- * The maximum number of [tokens](/tokenizer) that can be generated in the
+ * The maximum number of [tokens](https://platform.openai.com/tokenizer) that can be generated in the
258
* completion.
259
*
260
* The token count of your prompt plus `max_tokens` cannot exceed the model's
0 commit comments