Krrish Dholakia
|
115adc7c30
|
fix(init.py): fix imports
|
2024-06-15 11:31:09 -07:00 |
|
Krrish Dholakia
|
4f91205530
|
refactor(utils.py): refactor Logging to it's own class. Cut down utils.py to <10k lines.
Easier debugging
Reference: https://github.com/BerriAI/litellm/issues/4206
|
2024-06-15 10:57:20 -07:00 |
|
Krrish Dholakia
|
46d57526c4
|
fix(http_handler.py): add retry logic on httpx.remoteprotocolerror
|
2024-06-13 14:05:29 -07:00 |
|
Krrish Dholakia
|
d45db9a5a2
|
fix(http_handler.py): retry on httpx connection errors
Fixes https://github.com/BerriAI/litellm/issues/4097
|
2024-06-13 12:54:58 -07:00 |
|
Krrish Dholakia
|
42f326a164
|
fix(vertex_httpx.py): support json schema
|
2024-06-12 21:46:43 -07:00 |
|
Krish Dholakia
|
05e21441a6
|
Merge branch 'main' into litellm_vertex_completion_httpx
|
2024-06-12 21:19:22 -07:00 |
|
Krrish Dholakia
|
c426d75e91
|
fix(vertex_httpx.py): add function calling support to httpx route
|
2024-06-12 21:11:00 -07:00 |
|
Ishaan Jaff
|
e128dc4e1f
|
feat - add azure ai studio models on litellm ui
|
2024-06-12 20:28:16 -07:00 |
|
Krrish Dholakia
|
995631bd39
|
fix(vertex_httpx.py): support async completion calls
|
2024-06-12 20:15:03 -07:00 |
|
Krrish Dholakia
|
3955b058ed
|
fix(vertex_httpx.py): support streaming via httpx client
|
2024-06-12 19:55:14 -07:00 |
|
Ishaan Jaff
|
06ac381d57
|
Merge pull request #4158 from BerriAI/litellm_fix_clarifai
[Fix] Add ClarifAI support for LiteLLM Proxy
|
2024-06-12 17:17:16 -07:00 |
|
Krrish Dholakia
|
3b913443fe
|
feat(vertex_httpx.py): Moving to call vertex ai via httpx (instead of their sdk). Allows us to support all their api updates.
|
2024-06-12 16:47:00 -07:00 |
|
Ishaan Jaff
|
235f068ddb
|
feat - add aysnc support for clarif ai
|
2024-06-12 16:33:56 -07:00 |
|
Ishaan Jaff
|
7eeef7ec1f
|
feat - add mistral embedding config
|
2024-06-12 15:00:00 -07:00 |
|
Ishaan Jaff
|
3254cf50b7
|
Merge pull request #4152 from BerriAI/litellm_support_vertex_text_input
[Feat] Support `task_type`, `auto_truncate` params
|
2024-06-12 13:25:45 -07:00 |
|
Krish Dholakia
|
821d32fe17
|
Merge pull request #3861 from Manouchehri/aks-oidc-1852
feat(util.py/azure.py): Add OIDC support when running LiteLLM on Azure + Azure Upstream caching
|
2024-06-12 12:47:08 -07:00 |
|
Krish Dholakia
|
422db5cf16
|
Merge pull request #3712 from Manouchehri/oidc-bedrock-httpx-caching-part-1
Add IAM cred caching for OIDC flow
|
2024-06-12 12:44:58 -07:00 |
|
Ishaan Jaff
|
9aa4b6e98c
|
vertex embeddings optional_params
|
2024-06-12 10:56:36 -07:00 |
|
Ishaan Jaff
|
aaa4a32d65
|
feat - support vertex text input
|
2024-06-12 10:11:44 -07:00 |
|
Ishaan Jaff
|
f09158504b
|
feat - support vertex ai dimensions
|
2024-06-12 09:29:51 -07:00 |
|
David Manouchehri
|
844f15f8b0
|
fix(bedrock_httpx.py): Add IAM caching for converse flow.
|
2024-06-11 17:00:18 +00:00 |
|
David Manouchehri
|
9aee0b4a0f
|
fix(bedrock_httpx.py): Fix STS region endpoint for converse flow.
|
2024-06-11 16:35:03 +00:00 |
|
David Manouchehri
|
d950373768
|
feat(azure.py): Add Azure AD cred caching for OIDC flow.
|
2024-06-11 15:54:44 +00:00 |
|
David Manouchehri
|
a31fa5fbc8
|
feat(util.py/azure.py): Add OIDC support when running in Azure Kubernetes Service (AKS).
|
2024-06-11 15:54:34 +00:00 |
|
David Manouchehri
|
7faf0b9586
|
fix(bedrock_httpx.py): Fix STS region endpoint.
|
2024-06-11 15:43:33 +00:00 |
|
David Manouchehri
|
cd21c80a15
|
feat(bedrock_httpx.py): Add AWS IAM cred caching for OIDC flow.
|
2024-06-11 15:43:15 +00:00 |
|
Krrish Dholakia
|
b756374a4f
|
feat(utils.py): bump tiktoken dependency to 0.7.0
adds support for gpt-4o token counting
|
2024-06-10 21:21:23 -07:00 |
|
Krish Dholakia
|
8379d58318
|
Merge pull request #4106 from BerriAI/litellm_anthropic_bedrock_tool_calling_fix
fix(bedrock_httpx.py): fix tool calling for anthropic bedrock calls w/ streaming
|
2024-06-10 20:21:16 -07:00 |
|
Krrish Dholakia
|
65baa83928
|
fix(bedrock_httpx.py): returning correct finish reason on streaming completion
|
2024-06-10 14:47:49 -07:00 |
|
Krrish Dholakia
|
84652dd946
|
fix(bedrock_httpx.py): fix tool calling for anthropic bedrock calls w/ streaming
Fixes https://github.com/BerriAI/litellm/issues/4091
|
2024-06-10 14:20:25 -07:00 |
|
Krrish Dholakia
|
1dafb1b3b7
|
fix(utils.py): improved predibase exception mapping
adds unit testing + better coverage for predibase errors
|
2024-06-08 14:32:43 -07:00 |
|
Krrish Dholakia
|
d16bf261a1
|
fix(bedrock_httpx.py): fix post call success logging
|
2024-06-07 14:47:01 -07:00 |
|
Krish Dholakia
|
97689ea02f
|
Merge pull request #4055 from UsableMachines/additional-gemini-types
Fix to support all file types supported by Gemini
|
2024-06-07 13:24:06 -07:00 |
|
Krrish Dholakia
|
e66b3d264f
|
fix(factory.py): handle bedrock claude image url's
|
2024-06-07 10:04:03 -07:00 |
|
Krrish Dholakia
|
7dadca6a99
|
fix(bedrock_httpx.py): fix linting errors
|
2024-06-07 09:01:19 -07:00 |
|
Krish Dholakia
|
26993c067e
|
Merge branch 'main' into litellm_bedrock_converse_api
|
2024-06-07 08:49:52 -07:00 |
|
Krrish Dholakia
|
35e4323095
|
refactor(main.py): only route anthropic calls through converse api
v0 scope let's move function calling to converse api
|
2024-06-07 08:47:51 -07:00 |
|
Krrish Dholakia
|
51ba5652a0
|
feat(bedrock_httpx.py): working bedrock converse api streaming
|
2024-06-06 22:13:21 -07:00 |
|
Krrish Dholakia
|
a995a0b172
|
fix(bedrock_httpx.py): working claude 3 function calling
|
2024-06-06 20:12:41 -07:00 |
|
nick-rackauckas
|
4747fda47f
|
Fix
|
2024-06-06 16:57:42 -07:00 |
|
Krish Dholakia
|
677e0255c8
|
Merge branch 'main' into litellm_cleanup_traceback
|
2024-06-06 16:32:08 -07:00 |
|
nick-rackauckas
|
cc36d906a9
|
Remove unused function
|
2024-06-06 16:30:23 -07:00 |
|
nick-rackauckas
|
6dac7d43a1
|
Fix to work with all supported Gemini file types
|
2024-06-06 16:15:01 -07:00 |
|
Krrish Dholakia
|
6cca5612d2
|
refactor: replace 'traceback.print_exc()' with logging library
allows error logs to be in json format for otel logging
|
2024-06-06 13:47:43 -07:00 |
|
Ishaan Jaff
|
422b4b1728
|
Merge pull request #4039 from themrzmaster/main
fix tool usage null content using vertexai
|
2024-06-06 12:41:25 -07:00 |
|
Sha Ahammed Roze
|
53ccc45978
|
Merge branch 'BerriAI:main' into main
|
2024-06-06 20:50:22 +05:30 |
|
Krrish Dholakia
|
58bd2b4ea6
|
fix(vertex_ai.py): support video + pdf for vertex ai
|
2024-06-06 08:06:20 -07:00 |
|
lucca
|
5e25979596
|
improve
|
2024-06-06 11:15:56 -03:00 |
|
lucca
|
1122a40374
|
fix function calling
|
2024-06-06 11:09:35 -03:00 |
|
Rajan Paneru
|
2e25416c02
|
Table format fix and Typo
* Fixed marked down table formats because they were looking ugly in pycharm
* Typos Fixes.
|
2024-06-06 22:29:59 +09:30 |
|