Commit Graph

14588 Commits

Author SHA1 Message Date
Krish Dholakia d72bcdbce3 Merge pull request #4669 from BerriAI/litellm_logging_only_masking
Flag for PII masking on Logging only
2024-07-11 22:03:37 -07:00
Krish Dholakia f0b8c0e7fb Merge pull request #4588 from Manouchehri/vertex-seed-2973
feat(vertex_httpx.py): Add seed parameter
2024-07-11 22:02:13 -07:00
Krish Dholakia 5ad341d0ff Merge pull request #4607 from maamalama/helicone-cohere
Helicone Headers & Cohere support
2024-07-11 22:01:44 -07:00
Krish Dholakia 1362a91d66 Merge pull request #4612 from colegottdank/main
Update Helicone Docs
2024-07-11 22:00:30 -07:00
Krish Dholakia 533d2dba0b Merge pull request #4650 from msabramo/litellm_call_id_in_response
Proxy: Add `x-litellm-call-id` HTTP response header
2024-07-11 21:57:03 -07:00
Krish Dholakia 72f1c9181d Merge branch 'main' into litellm_call_id_in_response 2024-07-11 21:54:49 -07:00
Krish Dholakia 79d6b69d1c Merge pull request #4651 from msabramo/docs-logging-cleanup
Docs: Miscellaneous cleanup of `docs/my-website/docs/proxy/logging.md`
2024-07-11 21:52:20 -07:00
Krrish Dholakia ff3f3ed933 docs(health.md): add audio transcription to health check endpoitns 2024-07-11 21:46:15 -07:00
Krrish Dholakia 8d4e7f9967 test(test_assistants.py): handle openai api instability 2024-07-11 21:32:43 -07:00
Ishaan Jaff 4b8d33e6a8 ci/cd run again 2024-07-11 21:16:23 -07:00
Krrish Dholakia 28a07ee1a4 docs(pii_masking.md): update docs 2024-07-11 21:14:46 -07:00
Ishaan Jaff 8dbf0a634a fix supports vision test v1.41.18 2024-07-11 21:14:25 -07:00
Krrish Dholakia 5f5c925efd fix(guardrails.py): fix guardrail item typing 2024-07-11 21:01:56 -07:00
Krrish Dholakia b2e46086dd fix(utils.py): fix recreating model response object when stream usage is true 2024-07-11 21:01:12 -07:00
Krrish Dholakia 1300223f51 test: fix test 2024-07-11 20:09:24 -07:00
Ishaan Jaff e112379d2f ci/cd run again 2024-07-11 19:26:20 -07:00
Ishaan Jaff 1760ee5dba bump: version 1.41.17 → 1.41.18 2024-07-11 19:13:21 -07:00
Ishaan Jaff aec468c0e9 ui new build 2024-07-11 19:13:08 -07:00
Ishaan Jaff d3f51a88e5 Merge pull request #4666 from BerriAI/dependabot/pip/azure-identity-1.16.1
Bump azure-identity from 1.16.0 to 1.16.1
2024-07-11 19:10:57 -07:00
Ishaan Jaff a59cdeaa6d Merge pull request #4668 from BerriAI/litellm_fix_setting_router_settings_ui
[UI-Fix] Setting router settings on ui
2024-07-11 19:10:37 -07:00
Ishaan Jaff f65e1814f8 Merge pull request #4667 from BerriAI/litell_ui_fix
[Fix] UI Allow setting custom model names for OpenAI compatible endpoints
2024-07-11 19:10:29 -07:00
Ishaan Jaff 26fc873344 fix setting router settings on ui 2024-07-11 19:08:54 -07:00
Ishaan Jaff dc256699f5 ui fix allow setting custom model name for OpenAI compatible 2024-07-11 18:45:17 -07:00
Ishaan Jaff d04e2dc2f1 ui fix allow setting custom model name for OpenAI compatible 2024-07-11 18:44:23 -07:00
Ishaan Jaff e285781b6e Merge pull request #4665 from BerriAI/dependabot/npm_and_yarn/ui/braces-3.0.3
Bump braces from 3.0.2 to 3.0.3 in /ui
2024-07-11 18:29:49 -07:00
dependabot[bot] 9fe5d9caa6 Bump azure-identity from 1.16.0 to 1.16.1
Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.16.0 to 1.16.1.
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md)
- [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.16.0...azure-identity_1.16.1)

---
updated-dependencies:
- dependency-name: azure-identity
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-12 01:28:58 +00:00
dependabot[bot] aa9493f177 Bump braces from 3.0.2 to 3.0.3 in /ui
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-12 01:28:16 +00:00
Ishaan Jaff 60910cbc21 Merge pull request #4640 from freinold/main
Fix: Add prisma binary_cache_dir specification to pyproject.toml
2024-07-11 18:27:24 -07:00
Krrish Dholakia 9d918d2ac7 fix(presidio_pii_masking.py): support logging_only pii masking 2024-07-11 18:04:12 -07:00
Krrish Dholakia 9deb9b4e3f feat(guardrails): Flag for PII Masking on Logging
Fixes https://github.com/BerriAI/litellm/issues/4580
2024-07-11 16:09:34 -07:00
Ishaan Jaff 28cfca87c1 Merge pull request #4647 from msabramo/msabramo/remove-unnecessary-imports
Remove unnecessary imports
2024-07-11 15:07:30 -07:00
Ishaan Jaff 17822db657 Merge pull request #4662 from msabramo/slack-alert-add-missing-space
Add missing space in "Failed Tracking Cost" Slack alert msg
2024-07-11 15:03:52 -07:00
Ishaan Jaff 8bf50ac5db Merge pull request #4661 from BerriAI/litellm_fix_mh
[Fix] Model Hub - Show supports vision correctly
2024-07-11 15:03:37 -07:00
Krrish Dholakia 52b293e831 fix(types/utils.py): message role is always 'assistant' v1.41.17 2024-07-11 14:14:38 -07:00
Krish Dholakia f755cc7558 Merge pull request #4663 from BerriAI/litellm_linting_fixes
Litellm linting fixes
2024-07-11 14:07:15 -07:00
Krrish Dholakia 77068575d7 fix: fix linting errors 2024-07-11 13:44:29 -07:00
Krrish Dholakia 389a51e05d fix: fix linting errors 2024-07-11 13:36:55 -07:00
Marc Abramowitz fe27182e8e Add missing space in "Failed Tracking Cost" msg
Fixes stuff like this:

```
Message: Failed Tracking Cost forerror in tracking cost callback - Traceback (most recent call last):
                              ^^^^^^^^
```
2024-07-11 13:26:59 -07:00
Krrish Dholakia 6e9f048618 fix: move to using pydantic obj for setting values 2024-07-11 13:18:36 -07:00
Ishaan Jaff 46493303ed test get mode info for gemini/gemini-1.5-flash 2024-07-11 13:04:18 -07:00
Ishaan Jaff 341f88d191 fix supports vision 2024-07-11 12:59:42 -07:00
Krrish Dholakia dd1048cb35 fix(main.py): fix linting errors 2024-07-11 12:11:50 -07:00
Krrish Dholakia 1ba3fcc3fb feat(utils.py): accept 'api_key' as param for validate_environment
Closes https://github.com/BerriAI/litellm/issues/4375
2024-07-11 12:02:23 -07:00
Krrish Dholakia 2163434ff3 fix(llm_cost_calc/google.py): fix google embedding cost calculation
Fixes https://github.com/BerriAI/litellm/issues/4630
2024-07-11 11:55:48 -07:00
Ishaan Jaff e3470d8e91 Merge pull request #4658 from BerriAI/litellm_check_otel_spans
[Test-Proxy] Otel Traces
2024-07-11 10:41:51 -07:00
Ishaan Jaff 6e86e4291a fix pytest 2024-07-11 10:34:28 -07:00
Ishaan Jaff 8d7db56deb fix Local only test. WIP 2024-07-11 10:30:40 -07:00
Ishaan Jaff 07ae8c6059 fix not clause on ci/cd tests 2024-07-11 10:25:34 -07:00
Ishaan Jaff b124d9414b fix build and test test 2024-07-11 10:22:12 -07:00
Ishaan Jaff 73d19451bd fix test otel 2024-07-11 10:16:05 -07:00