Commit graph

6649 commits

Author SHA1 Message Date
Krrish Dholakia
0ffdf57dec fix(vertex_ai.py): add async embedding support for vertex ai 2024-02-03 10:35:17 -08:00
Krish Dholakia
5bf51a6058
Merge pull request #1794 from BerriAI/litellm_vertex_ai_gecko_support
Litellm vertex ai gecko support
2024-02-03 10:17:37 -08:00
Krrish Dholakia
1ba6882f76 fix(test_embedding.py): fix test 2024-02-03 09:49:23 -08:00
Krrish Dholakia
d9ba8668f4 feat(vertex_ai.py): vertex ai gecko text embedding support 2024-02-03 09:48:29 -08:00
Krish Dholakia
30c96ee872
Update model_prices_and_context_window.json 2024-02-03 09:36:09 -08:00
ishaan-jaff
0b816b505a bump: version 1.21.6 → 1.21.7 2024-02-02 21:01:44 -08:00
Ishaan Jaff
6950f99804
Merge pull request #1788 from BerriAI/litellm_fix_delete_key
[Fix] /key/delete + add delete cache keys
2024-02-02 20:22:26 -08:00
ishaan-jaff
ebb221f743 (fix) ui - don't fail when no DB connected 2024-02-02 20:17:26 -08:00
Krrish Dholakia
6cdb9aede0 docs(logging.md): add team-based logging to docs 2024-02-02 20:15:49 -08:00
ishaan-jaff
ed048fb822 (ui) update ui build 2024-02-02 20:08:49 -08:00
ishaan-jaff
cfec3c611e (fix) improve proxy api_key caching 2024-02-02 19:59:13 -08:00
ishaan-jaff
ae95e4c3f9 (test) user_api_key_auth_cache 2024-02-02 19:57:55 -08:00
ishaan-jaff
d19a9e833b (fix) ui - don't show litellm-admin-keys 2024-02-02 19:31:31 -08:00
ishaan-jaff
34a0e4d3e1 (fix) ui 2024-02-02 19:25:47 -08:00
Krrish Dholakia
c9cc1badbf bump: version 1.21.5 → 1.21.6 2024-02-02 19:23:36 -08:00
Krish Dholakia
38a299a1bc
Merge pull request #1786 from BerriAI/litellm_cost_tracking_caching_fixes
Litellm cost tracking caching fixes (should be 0.0)
2024-02-02 19:23:07 -08:00
ishaan-jaff
42fcce4645 (fix) /key/info test 2024-02-02 19:22:55 -08:00
ishaan-jaff
419bddae93 (fix) show error in test_keys 2024-02-02 19:15:03 -08:00
Krrish Dholakia
bfe2faa454 test(test_keys.py): separate streaming key info test from normal completion key info test 2024-02-02 19:03:47 -08:00
Krrish Dholakia
3aab719521 test(test_completion.py): skip flaky test 2024-02-02 19:03:47 -08:00
Krrish Dholakia
3572f35592 docs(vertex.md): adding vertex ai model garden support to docs 2024-02-02 19:03:47 -08:00
Krrish Dholakia
1f0598a277 fix(proxy_server.py): load default team config straight from config file 2024-02-02 19:03:47 -08:00
Krrish Dholakia
142e7cf1ce test(test_image_generation.py): ignore content violation errors for image gen test 2024-02-02 19:03:47 -08:00
Krrish Dholakia
c0699b08e5 test(test_caching.py): fix test to check id 2024-02-02 19:03:47 -08:00
Krrish Dholakia
c997d4b0ce fix(test_key_generate_prisma.py): add longer delay to allow logs to update 2024-02-02 19:03:47 -08:00
Krrish Dholakia
ddf3e51545 fix(main.py): for health checks, don't use cached responses 2024-02-02 19:03:47 -08:00
Krrish Dholakia
688193bea3 fix(proxy_server.py): don't silently fail load_team_config 2024-02-02 19:03:47 -08:00
Krrish Dholakia
8988353176 test(test_keys.py): separate streaming key info test from normal completion key info test 2024-02-02 18:57:19 -08:00
ishaan-jaff
d7d1aa1266 (ci/cd) run again 2024-02-02 18:56:03 -08:00
ishaan-jaff
3899361aa4 (test) state of litellm cache after create, delete 2024-02-02 18:49:20 -08:00
Krrish Dholakia
2d59331148 test(test_completion.py): skip flaky test 2024-02-02 18:44:17 -08:00
Krrish Dholakia
aac8106c37 docs(vertex.md): adding vertex ai model garden support to docs 2024-02-02 18:42:56 -08:00
ishaan-jaff
cf41366653 (fix) ui 2024-02-02 18:41:40 -08:00
ishaan-jaff
aa55da8fdc (ui) improve message on deleting keys 2024-02-02 18:41:24 -08:00
ishaan-jaff
9852462d1f (fix) proxy - clear cache after /key/delete 2024-02-02 18:40:18 -08:00
ishaan-jaff
4d6ffe4400 (feat) - cache - add delete cache 2024-02-02 18:36:51 -08:00
Krrish Dholakia
5631b3357b fix(proxy_server.py): load default team config straight from config file 2024-02-02 18:35:30 -08:00
Krrish Dholakia
f3dd0c0563 test(test_image_generation.py): ignore content violation errors for image gen test 2024-02-02 18:05:39 -08:00
Krrish Dholakia
92b0a4cf50 test(test_key_generate_prisma.py): add longer sleep time 2024-02-02 18:03:07 -08:00
Krrish Dholakia
93e8a9ff91 test(test_caching.py): fix test to check id 2024-02-02 18:01:43 -08:00
Krrish Dholakia
a79f92533f fix(test_key_generate_prisma.py): add longer delay to allow logs to update 2024-02-02 17:51:15 -08:00
Krish Dholakia
a1c567a47d
Merge pull request #1785 from BerriAI/litellm_fix_health_check
fix(main.py): for health checks, don't use cached responses
2024-02-02 17:47:15 -08:00
Krrish Dholakia
6767e808a6 fix(proxy_server.py): don't silently fail load_team_config 2024-02-02 17:39:55 -08:00
Krrish Dholakia
1ed6842009 fix(utils.py): fix cost tracking for cache hits (should be 0) 2024-02-02 17:33:39 -08:00
Krrish Dholakia
62ad6f19b7 fix(main.py): for health checks, don't use cached responses 2024-02-02 16:51:42 -08:00
ishaan-jaff
d69edac11b (feat) use same id to log on s3, langfuse 2024-02-02 16:26:59 -08:00
Krish Dholakia
c9b3a03092
Merge pull request #1782 from BerriAI/litellm_ui_updates
fix(view_key_table_tsx): show abbreviated key name instead of hashed token
2024-02-02 16:10:06 -08:00
Krrish Dholakia
24b8abe10d fix(view_key_table_tsx): show abbreviated key name instead of hashed token 2024-02-02 14:56:19 -08:00
Krrish Dholakia
276d203aa2 bump: version 1.21.4 → 1.21.5 2024-02-02 14:35:43 -08:00
Krish Dholakia
6bc27b1f64
Merge pull request #1781 from BerriAI/litellm_security_fix_allow_user_auth
Litellm security fix allow user auth
2024-02-02 14:34:51 -08:00