Commit Graph

7217 Commits

Author SHA1 Message Date
ishaan-jaff 151f75b68f (feat) ui - show users models when creating key 2024-02-12 16:55:11 -08:00
ishaan-jaff f3b5a27c7a (feat) ui cleanup model dashboard 2024-02-12 16:42:59 -08:00
ishaan-jaff 211a1fcf53 (feat) /model/info add 3rd fallback 2024-02-12 16:40:41 -08:00
Ishaan Jaff 22917fe52a Merge pull request #1949 from BerriAI/litellm_show_model_info_ui
[FEAT] ADMIN UI - Show Model Info
2024-02-12 16:16:49 -08:00
ishaan-jaff 0a48177fc8 (feat) show model info on dashboard 2024-02-12 16:15:56 -08:00
ishaan-jaff cd1416e39c (feat) model/info have fallback check 2024-02-12 16:13:36 -08:00
ishaan-jaff 033c8d010c (fix) allow ui to show /model/info 2024-02-12 15:42:42 -08:00
ishaan-jaff bc95d3f44b (ui) show models page 2024-02-12 15:00:16 -08:00
Ishaan Jaff 1ba56d8ff0 Merge pull request #1944 from BerriAI/dependabot/pip/jinja2-3.1.3
build(deps): bump jinja2 from 3.1.2 to 3.1.3
2024-02-12 12:34:35 -08:00
dependabot[bot] 31ddadae58 build(deps): bump jinja2 from 3.1.2 to 3.1.3
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-12 18:38:19 +00:00
Ishaan Jaff 418fb09966 Merge pull request #1943 from deenaawny-github-account/main
support langfuse tags feature
2024-02-12 10:37:12 -08:00
deena 2d62353309 docs to include langfuse trace tags feature 2024-02-12 20:26:32 +02:00
deena b640ec4dc0 support langfuse tags feature 2024-02-12 19:49:11 +02:00
Krrish Dholakia 5d59fa166c test: api error handling v1.23.10 2024-02-12 09:11:46 -08:00
ishaan-jaff 7d67096756 (docs) virtual keys 2024-02-12 08:54:18 -08:00
ishaan-jaff ef89144eaf (docs) caching proxy server 2024-02-12 08:32:00 -08:00
ishaan-jaff fb7958dc40 (docs) caching 2024-02-12 08:27:52 -08:00
Krish Dholakia 1391490d92 Merge pull request #1931 from BerriAI/litellm_microsoft_presidio_pii
feat(proxy_server.py): support for pii masking with microsoft presidio
2024-02-11 00:27:14 -08:00
ishaan-jaff 161ca91904 bump: version 1.23.9 → 1.23.10 2024-02-10 21:42:40 -08:00
Ishaan Jaff 1cb8d2d3a3 Merge pull request #1933 from BerriAI/litellm_team_specific_models
[FEAT] Proxy - set team specific models
2024-02-10 21:40:13 -08:00
ishaan-jaff 60de5ce643 (docs) Restrict models by team_id 2024-02-10 21:26:16 -08:00
ishaan-jaff 7648aecf87 (fix) setting valid_models per team 2024-02-10 21:20:58 -08:00
ishaan-jaff 5ac5f6c53c (feat)team-specific models 2024-02-10 21:13:39 -08:00
Krish Dholakia a36aa6aa01 Merge pull request #1926 from BerriAI/litellm_ui_further_improvements
Enable viewing key alias instead of hashed tokens
2024-02-10 20:52:23 -08:00
Krrish Dholakia 71f772d2f5 fix(proxy_server.py): support list as well as direct input for custom callbacks 2024-02-10 20:38:09 -08:00
Krrish Dholakia 72ec488461 fix(proxy_server.py): fix import 2024-02-10 20:31:54 -08:00
Krrish Dholakia 2d845b12ed feat(proxy_server.py): support for pii masking with microsoft presidio 2024-02-10 20:21:12 -08:00
ishaan-jaff afd0d7cb41 (fix) undo today's mistake where bedrock was async v1.23.9 2024-02-10 18:32:29 -08:00
Ishaan Jaff 727f3e523f Merge pull request #1929 from BerriAI/litellm_set_ssl_cert_path
[FEAT] Proxy set ssl_certificates on proxy
2024-02-10 18:21:34 -08:00
ishaan-jaff e0cd109d28 (docs) ssl_settings for litellm proxy 2024-02-10 18:17:15 -08:00
ishaan-jaff 18e73ec03d (feat) litellm set ssl_certificates 2024-02-10 17:52:47 -08:00
Krrish Dholakia 7e2e545bed fix(proxy_server.py): don't change old /key/info endpoint 2024-02-10 17:31:23 -08:00
Krrish Dholakia 7bd4737018 docs(ui.md): update ui docs 2024-02-10 17:26:04 -08:00
Krish Dholakia f99c056b0d Merge pull request #1928 from BerriAI/litellm_ui_model_breakdown
fix(usage.tsx): do cost breakdown by model
2024-02-10 17:23:54 -08:00
Krrish Dholakia f4dc643b1c test(test_key_generate_prisma.py): fix test import 2024-02-10 16:16:12 -08:00
Krrish Dholakia 38154b6e95 fix(usage.tsx): do cost breakdown by model 2024-02-10 16:10:48 -08:00
Krrish Dholakia 34c118e5e9 feat(ui): show key alias instead of hashed token 2024-02-10 15:45:42 -08:00
Krrish Dholakia 6b83001459 feat(proxy_server.py): support key lists for /key/info 2024-02-10 14:24:12 -08:00
ishaan-jaff ba9f943157 bump: version 1.23.8 → 1.23.9 2024-02-10 11:00:20 -08:00
ishaan-jaff 757334c85f (fix) proxy - use bedrock in sync streaming 2024-02-10 09:47:33 -08:00
Krrish Dholakia 525b0dc4fd bump: version 1.23.7 → 1.23.8 v1.23.8 2024-02-10 08:46:24 -08:00
Krrish Dholakia 7409460230 fix(ui): export ui npm build 2024-02-10 08:43:41 -08:00
Krrish Dholakia d1893129f7 docs(custom_pricing.md): add disclaimer on pricing in custom pricing docs 2024-02-10 07:40:19 -08:00
Krrish Dholakia 163d1d0e99 refactor(main.py): trigger new build 2024-02-09 21:01:12 -08:00
Krish Dholakia e977685cf4 Merge pull request #1920 from BerriAI/litellm_ui_improvements_time_series
feat(proxy_server.py): show admin global spend as time series data
v1.23.7
2024-02-09 20:55:28 -08:00
Krish Dholakia a8ef8e12bb Merge branch 'main' into litellm_ui_improvements_time_series 2024-02-09 20:54:36 -08:00
Krrish Dholakia 4678c6b936 fix(usage.tsx): show top users and top keys driving spend 2024-02-09 19:50:07 -08:00
ishaan-jaff 1aa9865ac3 bump: version 1.23.6 → 1.23.7 2024-02-09 19:24:56 -08:00
Ishaan Jaff 304e337a59 Merge pull request #1922 from BerriAI/litellm_bedrock_proxy_timeout
[FEAT] Set timeout for bedrock on proxy
2024-02-09 19:22:25 -08:00
Ishaan Jaff edec971da9 Merge pull request #1924 from BerriAI/litellm_fix_verbose_logger_utils
[FIX] Verbose Logger - don't double print CURL command
2024-02-09 19:02:01 -08:00