Commit graph

14312 commits

Author SHA1 Message Date
Ishaan Jaff
ae29780258
Merge pull request #4566 from BerriAI/litellm_anthropic_Streaming
fix - raise report Anthropic streaming errors
2024-07-05 19:56:05 -07:00
Ishaan Jaff
8958a9bf8c
Merge pull request #4565 from BerriAI/litellm_fix_nvidia_nim_param_mapping
[Fix] Add nvidia nim param mapping based on `model`
2024-07-05 19:55:57 -07:00
Ishaan Jaff
982dfe64c0
Merge pull request #4567 from BerriAI/litellm_add_galileo_logging
[Feat] Add Galileo Logging Callback
2024-07-05 19:55:30 -07:00
Ishaan Jaff
cf3424430e doc - control guardrail per api key 2024-07-05 19:54:51 -07:00
Ishaan Jaff
22e31cb1ed feat - control guardrails per api key 2024-07-05 19:39:07 -07:00
Krish Dholakia
e2901d92cc
Merge pull request #4564 from BerriAI/litellm_support_reject_msg_logging
fix(proxy/utils.py): support logging rejected requests to langfuse, etc.
2024-07-05 19:37:41 -07:00
Ishaan Jaff
e9319085f8 feat - init galileo logger 2024-07-05 19:17:09 -07:00
dependabot[bot]
c626823a25
build(deps): bump aiohttp from 3.9.0 to 3.9.4
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.0 to 3.9.4.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.0...v3.9.4)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-06 02:14:30 +00:00
Ishaan Jaff
46f42495d7
Merge pull request #4568 from BerriAI/dependabot/pip/certifi-2024.7.4
build(deps): bump certifi from 2023.7.22 to 2024.7.4
2024-07-05 19:13:14 -07:00
Krrish Dholakia
6090fd37fa fix(test_proxy_reject_logging.py): fix test 2024-07-05 19:09:37 -07:00
Ishaan Jaff
9944e8d1a5 docs -galileo logging 2024-07-05 19:05:08 -07:00
dependabot[bot]
61ec8c8d17
build(deps): bump certifi from 2023.7.22 to 2024.7.4
Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.7.22 to 2024.7.4.
- [Commits](https://github.com/certifi/python-certifi/compare/2023.07.22...2024.07.04)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-06 01:22:27 +00:00
Ishaan Jaff
7bab381029 feat - galileo logging 2024-07-05 16:25:08 -07:00
Ishaan Jaff
dc1d69f2a0 add galileo response pydantic obj 2024-07-05 16:21:00 -07:00
Ishaan Jaff
47b9f04928 fix - raise report Anthropic streaming errors 2024-07-05 15:31:06 -07:00
Krrish Dholakia
fd11f63f71 fix(utils.py): log failure to sync failure callbacks as well 2024-07-05 14:49:34 -07:00
Ishaan Jaff
e5c49548ea fix nvidia nim param mapping 2024-07-05 14:44:12 -07:00
Krrish Dholakia
b1b21b0340 fix(proxy/utils.py): support logging rejected requests to langfuse, etc. 2024-07-05 14:39:35 -07:00
Ishaan Jaff
c99a5a58ec docs grafana dashboard litellm 2024-07-05 14:08:55 -07:00
Krrish Dholakia
d528b66db0 fix(proxy_server.py): fix callback check order 2024-07-05 14:06:33 -07:00
Ishaan Jaff
9c6080be1a
Create readme.md 2024-07-05 14:04:47 -07:00
Ishaan Jaff
65127fcb63
Merge pull request #4563 from BerriAI/docs_add_example_grafana_dashboard
[docs] add example Grafana Dashboard
2024-07-05 14:03:20 -07:00
Ishaan Jaff
8b741f5efc add example grafana dashboard 2024-07-05 14:02:05 -07:00
Krrish Dholakia
7618ec43b3 fix(proxy_server.py): support langfuse logging for rejected requests on /v1/chat/completions 2024-07-05 13:07:09 -07:00
Krrish Dholakia
017af34866 fix(utils.py): fix openrouter supported params
Fixes https://github.com/BerriAI/litellm/issues/4508
2024-07-05 12:06:20 -07:00
Krrish Dholakia
261cc2a0d4 build(poetry.lock): sync poetry lock 2024-07-05 11:48:36 -07:00
Krish Dholakia
ccc95a5260
Merge pull request #4561 from BerriAI/revert-4540-main
Revert "(fix) fixed bug with the watsonx embedding endpoint"
2024-07-05 11:48:15 -07:00
Krish Dholakia
6a5cf7f83a
Revert "(fix) fixed bug with the watsonx embedding endpoint" 2024-07-05 11:40:59 -07:00
Krish Dholakia
d6505bd3ea
Merge pull request #4540 from simonsanvil/main
(fix) fixed bug with the watsonx embedding endpoint
2024-07-05 11:40:53 -07:00
Krrish Dholakia
a33c3a9d6c docs(enterprise.md): add aws marketplace listing to docs 2024-07-05 11:08:46 -07:00
Krrish Dholakia
015a398713 fix(vertex_httpx.py): fix assumptions on usagemetadata 2024-07-05 11:01:51 -07:00
Krish Dholakia
6cd7631e2e
Merge pull request #4554 from igor-drozdov/id-add-index-to-anthropic-tool-use
fix(anthropic.py): add index to streaming tool use
2024-07-05 07:44:50 -07:00
berkecanrizai
40940cd606
fix: typo in vision docs 2024-07-05 13:31:12 +03:00
Igor Drozdov
1f429ef754
fix(anthropic.py): add index to streaming tool use 2024-07-05 12:23:58 +02:00
Krrish Dholakia
c425cba93a fix(vertex_httpx.py): fix supported vertex params 2024-07-04 21:17:52 -07:00
Ishaan Jaff
a00fcd8792 bump: version 1.41.6 → 1.41.7 2024-07-04 21:10:05 -07:00
Krrish Dholakia
3ece295bf7 fix(litellm_license.py): add better error logs 2024-07-04 21:07:10 -07:00
Ishaan Jaff
166eb24c54 script to add new models 2024-07-04 20:52:58 -07:00
Ishaan Jaff
340f7317e8
Merge pull request #4549 from BerriAI/litellm_add_groq_whisper
[Feat] Add Groq/whisper-large-v3
2024-07-04 17:30:48 -07:00
Krish Dholakia
1807c49f18
Merge pull request #4279 from tomusher/feature/return-output-vector-size-in-modelinfo
Return output_vector_size in get_model_info
2024-07-04 17:03:39 -07:00
Krish Dholakia
0721e95b0b
Merge branch 'main' into feature/return-output-vector-size-in-modelinfo 2024-07-04 17:03:31 -07:00
Krrish Dholakia
ffcf9e695f feat(internal_user_endpoints.py): expose /user/delete endpoint 2024-07-04 17:01:16 -07:00
Ishaan Jaff
82067072a7 docs - groq speech to text 2024-07-04 16:49:45 -07:00
Ishaan Jaff
8ffa690f33 test groq/whisper-large-v3 2024-07-04 16:45:45 -07:00
Ishaan Jaff
1835032824 add groq whisper large 2024-07-04 16:43:40 -07:00
Krish Dholakia
aebcdc04ff
Merge pull request #4386 from BerriAI/litellm_user_delete_endpoint
feat(internal_user_endpoints.py): expose `/user/delete` endpoint
2024-07-04 16:38:31 -07:00
Krrish Dholakia
f2dabc65be fix(anthropic.py): fix anthropic tool calling + streaming
Fixes https://github.com/BerriAI/litellm/issues/4537
2024-07-04 16:30:24 -07:00
Krrish Dholakia
86632f6da0 fix(types/router.py): add custom pricing info to 'model_info'
Fixes https://github.com/BerriAI/litellm/issues/4542
2024-07-04 16:07:58 -07:00
Ishaan Jaff
3460a96c8a ui new build 2024-07-04 15:58:20 -07:00
Ishaan Jaff
5eddc30d53
Merge pull request #4548 from BerriAI/ui_fix_onboarding_links
[Fix] Invite Links / Onboarding flow on admin ui
2024-07-04 15:56:57 -07:00