-
-
Notifications
You must be signed in to change notification settings - Fork 327
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
Together.ai provider added #654
Conversation
Thanks for submitting your first pull request! You are awesome! 🤗 |
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.
Thank you for this PR! I'll approve and merge this once I'm able to verify this locally with a Together AI account.
for more information, see https://pre-commit.ci
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.
@MahdiDavari Awesome work, thank you! This will go into the next release. 🎉
@meeseeksdev please backport to 1.x |
Co-authored-by: Mahdi Davari <8115151+MahdiDavari@users.noreply.github.com>
* Together.ai provider added * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Together.ai provider added * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Fixes #649
Together.ai is getting popular for running community open models on their cloud platform, and looks like it would be good to have in Jupyter AI by default.
Add TogetherAIProvider
Expand the list of available models
Add TogetherAIEmbeddingsProvider
Add documentation
Mark as experimental, like for GPT4All?