Commit graph

7083 commits

Author SHA1 Message Date
Ishaan Jaff
254a5e8533
Update README.md 2024-02-03 20:51:43 -08:00
Ishaan Jaff
fc8811a5e7
Update ghcr_deploy.yml 2024-02-03 20:50:18 -08:00
ishaan-jaff
7e43d22da4 (docs) update ui 2024-02-03 20:43:43 -08:00
Ishaan Jaff
f3ec2efa21
Update README.md 2024-02-03 20:40:10 -08:00
Krrish Dholakia
3e35041758 test(test_parallel_request_limiter.py): fix test to handle minute changes 2024-02-03 20:39:31 -08:00
ishaan-jaff
1155025e6a (ci/cd) run again 2024-02-03 20:36:35 -08:00
Krrish Dholakia
b47b2837eb test(test_parallel_request_limiter.py): fix test 2024-02-03 20:34:05 -08:00
Krrish Dholakia
10822ded76 bump: version 1.22.1 → 1.22.2 2024-02-03 20:23:55 -08:00
Krrish Dholakia
312c7462c8 refactor(ollama.py): trigger rebuild 2024-02-03 20:23:43 -08:00
Krrish Dholakia
01cef1fe9e fix(ollama.py): fix api connection error
https://github.com/BerriAI/litellm/issues/1735
2024-02-03 20:22:33 -08:00
ishaan-jaff
dc506e3df1 bump: version 1.22.0 → 1.22.1 2024-02-03 20:01:05 -08:00
ishaan-jaff
774cbbde52 (test) tgai is unstable 2024-02-03 20:00:40 -08:00
Krrish Dholakia
25a0e15727 fix(utils.py): support time based pricing for openai-compatible together ai 2024-02-03 19:59:32 -08:00
Krrish Dholakia
efb6123d28 fix(utils.py): support get_secret("TOGETHER_AI_TOKEN") 2024-02-03 19:35:09 -08:00
Krrish Dholakia
c49c88c8e5 fix(utils.py): route together ai calls to openai client
together ai is now openai-compatible

n
2024-02-03 19:22:48 -08:00
Krrish Dholakia
c2f674ebe0 fix(utils.py): fix conditional check 2024-02-03 18:58:58 -08:00
ishaan-jaff
c6aadcbd34 (feat) new ui build 2024-02-03 18:53:05 -08:00
ishaan-jaff
650fa0e0ff (ui) fix build issues 2024-02-03 18:37:50 -08:00
ishaan-jaff
c26892d201 (ui) fix button color 2024-02-03 18:37:13 -08:00
ishaan-jaff
bc3b0eec07 (ui) use indigo theme 2024-02-03 18:35:32 -08:00
Krish Dholakia
9ab59045a3
Merge branch 'main' into litellm_embedding_caching_updates 2024-02-03 18:08:47 -08:00
ishaan-jaff
9cdf4a5aa8 (fix) ui - npm run build fix 2024-02-03 18:03:34 -08:00
Ishaan Jaff
61d1a9a0be
Merge pull request #1807 from BerriAI/litellm_view_key_spend
[UI] View Key Spend Reports 🤠
2024-02-03 17:42:38 -08:00
ishaan-jaff
1fa85c03b8 (feat) allow users to view their spend/logs 2024-02-03 17:33:19 -08:00
ishaan-jaff
105657625a (fix) ui ts error 2024-02-03 17:32:25 -08:00
ishaan-jaff
652c549cae (fix) ui ts errors 2024-02-03 17:32:06 -08:00
ishaan-jaff
33c4f0faae (ui) show key spend reports 2024-02-03 17:22:40 -08:00
ishaan-jaff
be0cf9ff19 (feat) view key spend reports 2024-02-03 17:21:42 -08:00
ishaan-jaff
fd82bad647 (feat) view key spend reports 2024-02-03 17:21:02 -08:00
Krrish Dholakia
ef0171e063 feat(utils.py): support cost tracking for openai/azure image gen models 2024-02-03 17:09:54 -08:00
Krrish Dholakia
1661526d97 bump: version 1.21.7 → 1.22.0 2024-02-03 15:58:42 -08:00
Krish Dholakia
1d241b4001
Merge pull request #1802 from BerriAI/litellm_vertex_ai_high_traffic_fix
fix(vertex_ai.py): treat vertex ai high-traffic error as a rate limit error - allows user-controlled backoff logic to work here
2024-02-03 15:37:05 -08:00
Ishaan Jaff
6eb616cf12
Merge pull request #1803 from BerriAI/litellm_ui_view_usage
[Feat] UI view spend / budget per user
2024-02-03 14:38:03 -08:00
ishaan-jaff
dcc6ddcecf (feat) - ui view spend/budget for your user 2024-02-03 14:37:19 -08:00
ishaan-jaff
44b6c73351 (feat) only allow master key to update users 2024-02-03 14:16:14 -08:00
ishaan-jaff
78b899dc1d (feat) only allow master key to update users 2024-02-03 14:15:56 -08:00
ishaan-jaff
16364d3879 (feat) update max_budget in /user/update 2024-02-03 14:12:18 -08:00
Ishaan Jaff
b71553e19e
Merge pull request #1801 from BerriAI/litellm_ui_app_owner_role
[UI] view role on ui
2024-02-03 13:49:47 -08:00
ishaan-jaff
644c55d41c (feat) enter key description on ui 2024-02-03 13:48:24 -08:00
ishaan-jaff
bcd36865d9 (feat) ui - show different form based on userRole 2024-02-03 13:01:05 -08:00
Krish Dholakia
6408af11b6
Merge pull request #1799 from BerriAI/litellm_bedrock_stable_diffusion_support
feat(bedrock.py): add stable diffusion image generation support
2024-02-03 12:59:00 -08:00
Krrish Dholakia
e617ef981d fix(vertex_ai.py): treat vertex ai high-traffic error as a rate limit error - allows backoff logic to work here 2024-02-03 12:58:16 -08:00
ishaan-jaff
6de6774509 (feat) ui - conditionally show form based on userRole 2024-02-03 12:50:30 -08:00
ishaan-jaff
59790c6cef (feat) view role on ui 2024-02-03 12:32:49 -08:00
Ishaan Jaff
6acc462d2d
Merge pull request #1800 from BerriAI/litellm_ui_read_user_role
[UI] Show UserID, user_role on UI
2024-02-03 12:23:15 -08:00
Krrish Dholakia
269866edc9 docs(bedrock.md): add image generation docs to bedrock file 2024-02-03 12:17:30 -08:00
Krish Dholakia
1c05d479e2
Merge pull request #1797 from BerriAI/litellm_vertex_ai_async_embedding_support
fix(vertex_ai.py): add async embedding support for vertex ai
2024-02-03 12:11:21 -08:00
ishaan-jaff
1dcb8c8097 (feat) view userID on navbar 2024-02-03 12:09:49 -08:00
ishaan-jaff
1a8bfbca6a (feat) display userID on navbar 2024-02-03 12:09:10 -08:00
Krrish Dholakia
36416360c4 feat(bedrock.py): add stable diffusion image generation support 2024-02-03 12:08:38 -08:00