Skip to content

Commit 9d02447

Browse files
committed
docs: add tips
1 parent d92e267 commit 9d02447

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ export const max_token_length = parseInt(process.env.MAX_TOKEN_LENGTH ?? "4096")
129129

130130
The `MAX_TOKEN_LENGTH` setting determines the maximum number of tokens allowed in the conversation. It is parsed as an integer from the environment variable, with a default value of 4096 if not specified.
131131

132+
> This configuration is used when merging prompts and does not affect API call parameters.
133+
132134
## Contributing
133135

134136
Contributions are welcome! Please feel free to submit a Pull Request.

0 commit comments

Comments
 (0)