Closed sfahad1414 closed 1 month ago
The pull request introduces a new section for Google AI models under the gemini
key in the metadata/llm_metadata.yml
file. This section outlines several hyperparameters, including temperature
, max_tokens
, model
, top_p
, n
, and stop
. Each hyperparameter is defined with its type, default value, constraints, and a brief description. Notably, the stop
hyperparameter can accept various input types to indicate the end of a generated response, enhancing the configurability of the Gemini models.
Files | Change Summary |
---|---|
metadata/llm_metadata.yml | Added gemini object with properties temperature , max_tokens , model , top_p , n , and stop . |
In the meadow, bright and free,
A gemini model sings with glee.
With tokens set and values fine,
It crafts responses, oh so divine!
A hop, a skip, a leap in code,
Configurable paths on this new road! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
temperature
,max_tokens
,top_p
, andstop
.stop
parameter, allowing greater control over response generation.