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 documentation currently specifies using snake_case for configuration parameters (e.g., max_tokens), but it appears that only camelCase may work in practice. This discrepancy could cause confusion and errors for users.
Proposed Action
Verify if all configuration parameters only work with camelCase (e.g., maxTokens instead of max_tokens).
Update the documentation to clearly indicate the correct naming convention, ensuring all examples and descriptions use camelCase.
Additional Notes
If camelCase is indeed the only supported format, updating the documentation to reflect this would reduce potential confusion, prevent configuration errors, and align with general coding conventions.
Thank you for addressing this documentation issue!
The text was updated successfully, but these errors were encountered:
Summary
The documentation currently specifies using
snake_case
for configuration parameters (e.g.,max_tokens
), but it appears that only camelCase may work in practice. This discrepancy could cause confusion and errors for users.Proposed Action
maxTokens
instead ofmax_tokens
).Additional Notes
If camelCase is indeed the only supported format, updating the documentation to reflect this would reduce potential confusion, prevent configuration errors, and align with general coding conventions.
Thank you for addressing this documentation issue!
The text was updated successfully, but these errors were encountered: