You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
131
131
132
+
> This configuration is used when merging prompts and does not affect API call parameters.
133
+
132
134
## Contributing
133
135
134
136
Contributions are welcome! Please feel free to submit a Pull Request.
0 commit comments