-
-
Notifications
You must be signed in to change notification settings - Fork 381
[GSK-3846] Add support to LiteLLM #2069
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
Merged
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
f61cc21
Created litellm client
kevinmessiaen e3844ff
Updated documentation
kevinmessiaen c524217
Added litellm embedding
kevinmessiaen d6b032f
Code improvement
kevinmessiaen e31cdfa
Added deprecated warnings
kevinmessiaen 0f5ade7
Fixed typo
kevinmessiaen 3045060
Improved documentation and llm setup
kevinmessiaen f49a2bc
Added back fastembed as default
kevinmessiaen 1157bda
Removed todo: LiteLLM does not support embeddings for Gemini and Ollama
kevinmessiaen 10e4113
Typo
kevinmessiaen 5fb6a78
Fixed embeddings
kevinmessiaen f897262
Default model to gpt-4o
kevinmessiaen 2657b19
Code cleanup
kevinmessiaen b04f126
Code cleanup
kevinmessiaen 4633aa4
Skip LiteLLM tests with pydantic < 2
kevinmessiaen 63ace19
Added test for custom client
kevinmessiaen 1b382ee
Added test for embedding
kevinmessiaen 713f0b0
Fixed tests
kevinmessiaen deca09a
Merge branch 'main' into feature/litellm
henchaves e54c414
Merge branch 'main' into feature/litellm
henchaves dee0e83
Reintroduced old way to set LLM models
kevinmessiaen 7703d51
Reintroduced old way to set LLM models
kevinmessiaen 5349fc2
Reintroduced old clients
kevinmessiaen 6458f97
Merge branch 'main' into feature/litellm
kevinmessiaen 2756e27
Fixed OpenAI embeddings
kevinmessiaen 2b88ed3
Update Setting up the LLM client docs
henchaves 1dc73d9
Update Setting up the LLM client docs pt 2
henchaves b39731e
Update testset generation docs
henchaves 7eaf007
Update scan llm docs
henchaves 5f51327
Merge branch 'main' into feature/litellm
henchaves 39c4fa9
Removed response_format with ollama models due to issue in litellm
kevinmessiaen b09d266
Added dumb trim
kevinmessiaen 911d6e5
Fixed output
kevinmessiaen 40bede9
Add _parse_json_output to LiteLLM
henchaves 77e6a4f
Added way to disable structured output
kevinmessiaen cab45a1
Fix test_litellm_client
henchaves 5f39da1
Merge branch 'main' into feature/litellm
henchaves 78dd03e
Check if format is json before calling _parse_json_output
henchaves 82712c7
Set LITELLM_LOG as error level
henchaves a61e4b2
Add `disable_structured_output` to bedrock examples
henchaves 3d33028
Format files
henchaves a571312
Fix sonar issues
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
Improved documentation and llm setup
- Loading branch information
commit 3045060d5aee3b86416c8f786174afbe3810bb5a
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.