-
-
Notifications
You must be signed in to change notification settings - Fork 381
Add Groq model support to LLMClient (#1977) #2165
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
Merged
henchaves
merged 20 commits into
Giskard-AI:main
from
kunjanshah0811:add-groq-client-support
Jul 3, 2025
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
930099f
feat(llm): add GroqClient support to set any Groq model as default LL…
10a4b68
"Address PR feedback: make JSON format support less hardcoded and fix…
97ac6c6
Fix: Issues of previous comments
b9d3f01
Docs: Added Groq Client
97dc016
Fix: Linting Error
1659045
Fix: Resolve test failures and ensure all tests pass locally
3bc5b74
Merge branch 'main' into add-groq-client-support
kunjanshah0811 4f27293
Add get_config in groq_client.py file
ef817bf
Fix: code formatting via pre-commit
3a6362a
Fix: ValueError: Could not load model sentence-transformers/paraphras…
ff02a9e
Fix: Remove duplicate dependencies and organize LLM-related packages
8af4202
Apply suggestions from code review
davidberenstein1957 a70fbb6
fix: removed extra spaces in pyproject.toml
1fb5174
Merge branch 'add-groq-client-support' of https://github.com/kunjansh…
7c86562
refactor(llm): Revert making Groq a default LLM client
ff8d141
docs: Add note about Groq embedding support
c0f3a5b
Merge branch 'main' into add-groq-client-support
henchaves 9ad79ec
undo changes in llm/client/__init__
henchaves 92981aa
update docs order
henchaves 7c5b277
update pdm.lock
henchaves File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Docs: Added Groq Client
- Loading branch information
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Perfect! Thanks.
Could you just mention to access https://docs.litellm.ai/docs/embedding/supported_embedding to see the full list of supported providers?
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.
docs/open_source/setting_up/index.mdlinking to LiteLLM's supported embedding providersThere 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.
yes, thanks!