-
Notifications
You must be signed in to change notification settings - Fork 72
Add modelConfig docs #735
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
Add modelConfig docs #735
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
In general, we should strive to have the configuration examples for the known deployments, with our recommendations. For example: List out the config example for AWS Bedrock where the Claude 3.5 Sonnet v2 is selected as Chat, and Haiku as autocomplete. This will be very useful for admins to simply copy paste and not have to think about it
@aramaraju @taras-yemets thanks for this PR. It has all the good content. Quick question is there a hard deadline for when we need to publish it? We are doing a docs hackathon for Cody next week so I was wondering if we can merge this PR after that so we can do a final cleanup first. WDYT? |
We’re missing some details regarding self-hosted models and the OpenAI-compatible server-side configuration. To avoid blocking the merge, I’ve removed these sections from this PR. We can address the missing information in a follow-up PR. |
I'm completely okay and very supportive of that! |
Thank you @taras-yemets ! Super supportive of moving forward as-is, and so sorry it's taken me forever to get around to this! |
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.
General approval
Co-authored-by: David Veszelovszki <[email protected]>
Co-authored-by: David Veszelovszki <[email protected]>
Thanks a ton to each and everyone who contributed to this PR. Keeping the release timeline. I'll be merging this PR. Any new follow-up or improvements will be tackled in a new PR. Appreciate all your help here. ❤️ |
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.
Let's go 🚀
Closes https://linear.app/sourcegraph/issue/PRIME-522/modelconfiguration-arrive-at-a-nice-tutorial-like-docs-structure
Adds docs on the
"modelConfiguration"
field in the site configuration, including examples.