-
Notifications
You must be signed in to change notification settings - Fork 51
docs: add documentation on how to configure custom model settings #124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add documentation on how to configure custom model settings #124
Conversation
…eInferenceParameters, EmbeddingInferenceParameters
…th BaseInferenceParameters
…lved based on the type of InferenceParameters
…r consistency with generation_type
|
recheck |
… -> output tokens in column statistics for consistency
johnnygreco
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @nabinchha!
I feel like we are missing a very clear, concise (and punchy) intro to the model documentation. The first thing you see when you open the Concepts section is "Default Model Settings". I'm wondering about a structure that looks more like
Models
- Overview: This would have a punchy in intro that says DD is model agnostic, letting you a Bring Your Own (BYO) model endpoints, and we provide defaults so you can get started quickly out of the box. We could also add Model Providers, Model Configs, and Inference Parameters as subsections to this section.
- Default Mdel Settings
- BYO Model Providers
- Configure with the CLI
Yes, I agree. Let me think about that and open a new PR with overview and updates to tie them all together. |
…pati/docs/123-docs-for-custom-model-settings
…pati/docs/123-docs-for-custom-model-settings
closes: #123
will help addresss: #113
This PR needs to merge first.