Commit graph

9378 commits

Author SHA1 Message Date
Krrish Dholakia
3810b050c1 fix(proxy_server.py): increment cached global proxy spend object 2024-03-29 20:02:31 -07:00
Ishaan Jaff
b42ffe4a46 (ui) edit teams 2024-03-29 17:16:32 -07:00
Krrish Dholakia
5280fc809f fix(proxy_server.py): enforce end user budgets with 'litellm.max_end_user_budget' param 2024-03-29 17:14:40 -07:00
Ishaan Jaff
141396a214
Merge pull request #2760 from BerriAI/litellm_team_add_all_models
[UI] team, key add `all_models`
2024-03-29 16:45:02 -07:00
Ishaan Jaff
062239feb5 (ui) new build 2024-03-29 16:38:18 -07:00
Ishaan Jaff
ba56e988f5 (ui) add all_models 2024-03-29 16:36:02 -07:00
Ishaan Jaff
30a4f224ee (feat) team add all models available 2024-03-29 16:28:36 -07:00
Krrish Dholakia
786116783f fix(proxy_server.py): fix max budget check to also fire slack alert 2024-03-29 16:24:40 -07:00
Ishaan Jaff
e8ead49d29
Merge pull request #2628 from BerriAI/dependabot/npm_and_yarn/docs/my-website/webpack-dev-middleware-5.3.4
build(deps): bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /docs/my-website
2024-03-29 16:12:29 -07:00
Ishaan Jaff
2974e0da31
Merge pull request #2689 from BerriAI/dependabot/npm_and_yarn/docs/my-website/express-4.19.2
build(deps): bump express from 4.18.2 to 4.19.2 in /docs/my-website
2024-03-29 16:12:17 -07:00
Ishaan Jaff
cea999229a
Merge pull request #2759 from BerriAI/litellm_team_delete
[UI] /team/delete
2024-03-29 16:09:48 -07:00
Ishaan Jaff
733d36e275 (ui new build) 2024-03-29 16:09:29 -07:00
Ishaan Jaff
fb5bc5aac0 (ui) team delete 2024-03-29 16:06:47 -07:00
Ishaan Jaff
cdb06d7ef0 (ui) /team/delete call 2024-03-29 15:53:28 -07:00
Krrish Dholakia
be6481bb36 fix(proxy_server.py): fix checks 2024-03-29 15:34:13 -07:00
Ishaan Jaff
aa50963674 bump: version 1.34.13 → 1.34.14 2024-03-29 15:19:10 -07:00
Ishaan Jaff
0ac7512821 (feat) new ui build 2024-03-29 15:16:59 -07:00
Krrish Dholakia
d8c15a5677 fix(auth_checks.py): make global spend checks more accurate 2024-03-29 14:57:44 -07:00
Ishaan Jaff
6b08be4c8e
Update README.MD 2024-03-29 14:56:41 -07:00
Ishaan Jaff
a951738849
Update README.MD 2024-03-29 14:56:04 -07:00
Ishaan Jaff
e40a86d37a
Merge pull request #2752 from BerriAI/litellm_grafana_metrics
[Fix + Docs] grafana / prometheus metrics
2024-03-29 14:38:45 -07:00
Ishaan Jaff
a78ed81cd9 (docs) grafana metrics 2024-03-29 14:38:37 -07:00
Ishaan Jaff
24570bc075 (docs) grafana / prometheus 2024-03-29 14:25:45 -07:00
Ishaan Jaff
c2283235a1 (docs) /metrics endpoint 2024-03-29 13:36:24 -07:00
Ishaan Jaff
15fe00678a
Merge pull request #2751 from BerriAI/docs_cleanup
Docs cleanup
2024-03-29 13:13:20 -07:00
Krrish Dholakia
bbd94f504c test(test_rules.py): fix assert 2024-03-29 13:12:16 -07:00
Ishaan Jaff
ffa29ddfef (docs) cleanup 2024-03-29 13:10:26 -07:00
Krrish Dholakia
81b4f47140 docs: show how tool calling parsing works + how to get raw model response 2024-03-29 11:58:49 -07:00
Krrish Dholakia
49642a5b00 fix(factory.py): parse list in xml tool calling response (anthropic)
improves tool calling outparsing to check if list in response. Also returns the raw response back to the user via `response._hidden_params["original_response"]`, so user can see exactly what anthropic returned
2024-03-29 11:51:26 -07:00
Ishaan Jaff
f23e934536 (ui) improvements 2024-03-29 11:51:23 -07:00
Ishaan Jaff
9fef51b0dd (feat) show selected team 2024-03-29 11:49:42 -07:00
Ishaan Jaff
128780e96a (ui) select model input api key 2024-03-29 11:36:40 -07:00
Ishaan Jaff
8d277e5004 (fix) leftnav 2024-03-29 10:17:14 -07:00
Krish Dholakia
b6cf3321f7
Merge pull request #2640 from mnicstruwig/fix/fix-xml-function-args-parsing
Fix XML function calling args parsing.
2024-03-29 10:11:52 -07:00
Ishaan Jaff
d3e72e1c3b (fix) create key flow 2024-03-29 10:08:35 -07:00
Ishaan Jaff
fae935cdb2 (fix) left nav 2024-03-29 09:57:57 -07:00
Ishaan Jaff
76d68a4e46 (fix) spend console log 2024-03-29 09:41:25 -07:00
Ishaan Jaff
7df2d7cb33 (fix) show correct spend on ui 2024-03-29 09:41:00 -07:00
Ishaan Jaff
6233351b01 (ui) show users spend report 2024-03-29 09:29:51 -07:00
Ishaan Jaff
f72cbdbffe (ui) teams models 2024-03-29 09:29:51 -07:00
Ishaan Jaff
971ba05bc1 (ui) show budget, models etc 2024-03-29 09:29:51 -07:00
Krrish Dholakia
15dfb6a076 build(config.yml): pin boto3 dep 2024-03-29 09:27:25 -07:00
Krrish Dholakia
63271846c2 refactor(main.py): trigger new build 2024-03-29 09:24:47 -07:00
Krrish Dholakia
bef07eaf09 build(circle_ci/requirements.txt): remove unpinned boto3 dep 2024-03-29 09:22:32 -07:00
Krrish Dholakia
41fb76740e fix(utils.py): exception mapping on 'next()' streaming error 2024-03-29 09:18:41 -07:00
Krrish Dholakia
109cd93a39 fix(sagemaker.py): support model_id consistently. support dynamic args for async calls 2024-03-29 09:05:00 -07:00
Krrish Dholakia
d547944556 fix(sagemaker.py): support 'model_id' param for sagemaker
allow passing inference component param to sagemaker in the same format as we handle this for bedrock
2024-03-29 08:43:17 -07:00
Krrish Dholakia
90c007fc69 bump: version 1.34.12 → 1.34.13 2024-03-29 07:56:57 -07:00
Krrish Dholakia
cd53291b62 fix(utils.py): support bedrock mistral streaming 2024-03-29 07:56:10 -07:00
Krrish Dholakia
cdb940d504 docs(prod.md): update prod docs with batch writing info 2024-03-28 23:42:43 -07:00