Commit Graph
11302 Commits
Author SHA1 Message Date
Ishaan JaffandGitHub 1119cc49a8 Merge pull request #2840 from BerriAI/litellm_return_cache_key_responses
[FEAT] Proxy - Delete Cache Keys + return cache key in responses
2024-04-04 11:52:52 -07:00
Krrish Dholakia b9030be792 test(test_router.py): fix test to check type 2024-04-04 11:45:12 -07:00
Nicolas van Kempen 4270337092 Use packaging over deprecated pkg_resources
Fix #2818
2024-04-04 14:08:15 -04:00
Ishaan Jaff 7e1d5c81b4 return cache key in streming responses 2024-04-04 11:00:00 -07:00
Krrish Dholakia f88545261c build(config.yml): add missing dep 2024-04-04 10:59:26 -07:00
Ishaan Jaff c4cb0afa98 feat - delete cache key 2024-04-04 10:56:47 -07:00
Krrish Dholakia 98fa3ff1c5 refactor(main.py): trigger new build 2024-04-04 10:54:13 -07:00
Krrish Dholakia 861efda54d ci(config.yml): reset config.yml 2024-04-04 10:53:29 -07:00
Krrish Dholakia 592241b4eb fix(proxy_server.py): fix linting error 2024-04-04 10:40:32 -07:00
Krrish Dholakia d34d6e0277 ci(config.yml): run linting test first 2024-04-04 10:33:30 -07:00
David Manouchehri 6044045b91 Fix: Remove non-existent gemini-1.5-pro-vision model.
The gemini-1.5-pro model handles both text and vision.
2024-04-04 17:33:08 +00:00
Krrish Dholakia 44a344e125 ci(config.yml): reorder steps - install deps first 2024-04-04 10:32:04 -07:00
Krrish Dholakia ae96c2cfbd build(config.yml): pip install mypy 2024-04-04 10:29:12 -07:00
Krrish Dholakia 468732947f ci(config.yml): install pyyaml stubs 2024-04-04 10:27:57 -07:00
Krrish Dholakia fbd8e8bc77 ci(config.yml): reorder test steps 2024-04-04 10:27:01 -07:00
Krrish Dholakia 62b8749fe8 build: trigger new build 2024-04-04 10:23:13 -07:00
Krrish Dholakia f2e22ba17f ci(config.yml): fix import 2024-04-04 10:22:12 -07:00
Krrish Dholakia 7f3a8d2a5e build: trigger new build 2024-04-04 10:20:25 -07:00
Krrish Dholakia 3d46094f5a ci(mypy.ini): ignore missing imports 2024-04-04 10:19:13 -07:00
Ishaan Jaff 9dc4127576 v0 return cache key in responses 2024-04-04 10:11:18 -07:00
Krrish Dholakia c3e3ca9722 test(test_secret_manager.py): skip test - aws account suspended 2024-04-04 10:10:21 -07:00
Krrish Dholakia a2c9482791 ci(circle_ci/requirements.txt): remove unused dependency 2024-04-04 10:01:33 -07:00
Krrish Dholakia dfcb6bcbc5 test(test_completion.py): skip sagemaker test - aws account suspended 2024-04-04 09:52:24 -07:00
Krrish Dholakia 4b56f08cbe test(test_models.py): fix delete model test 2024-04-04 08:46:08 -07:00
Ishaan JaffandGitHub 674499b41a Merge pull request #2836 from rjmacarthy/main
Fix link to providers in README
2024-04-04 07:30:57 -07:00
Richard MacarthyandGitHub e6263fd31a Fix link to providers 2024-04-04 15:04:07 +01:00
Krrish Dholakia dd14b8cbaa bump: version 1.34.25 → 1.34.26 2024-04-03 23:31:25 -07:00
Krish DholakiaandGitHub 0c5b8a7667 Merge pull request #2827 from BerriAI/litellm_model_add_api
fix(proxy_server.py): persist models added via `/model/new` to db
2024-04-03 23:30:39 -07:00
Krrish Dholakia 292c96c0b2 build(requirements.txt): update requirements.txt 2024-04-03 23:27:10 -07:00
Krrish Dholakia 9fe1c26e0d build(proxy_server_config.yaml): add store_model_in_db flag 2024-04-03 23:20:41 -07:00
Krrish Dholakia 346cd1876b fix: raise correct error 2024-04-03 22:37:51 -07:00
onukuraandGitHub f3fdae6e30 Update README.md 2024-04-04 14:30:52 +09:00
Krrish Dholakia 20849cbbfc fix(router.py): fix pydantic object logic 2024-04-03 21:57:19 -07:00
Krrish Dholakia ef2f6ef6a2 test(test_acooldowns_router.py): fix tpm 2024-04-03 21:24:42 -07:00
Ishaan Jaff fa44f45429 (ci/cd) run again v1.34.25 2024-04-03 21:02:08 -07:00
Ishaan Jaff 23336f62af (ui) new ui build 2024-04-03 21:01:25 -07:00
Ishaan Jaff fb741d96ca test - voyage ai embedding 2024-04-03 20:54:35 -07:00
Ishaan JaffandGitHub e154c5d834 Merge pull request #2828 from BerriAI/ui_fix_edit_key_showing_models
(ui) fix bug when editing keys - selecting models
2024-04-03 20:52:43 -07:00
Krish DholakiaandGitHub 6bc48d7e8d Merge branch 'main' into litellm_model_add_api 2024-04-03 20:29:44 -07:00
Ishaan Jaff eb24398ee1 (ui) fix bug when editing 2024-04-03 20:29:25 -07:00
Krrish Dholakia 5fb46cf32e build(schema.prisma): add proxy model table to prisma schema 2024-04-03 20:17:38 -07:00
Krrish Dholakia f536fb13e6 fix(proxy_server.py): persist models added via /model/new to db
allows models to be used across instances

https://github.com/BerriAI/litellm/issues/2319 , https://github.com/BerriAI/litellm/issues/2329
2024-04-03 20:16:41 -07:00
Ishaan Jaff d627c90bfd ci/cd run again 2024-04-03 20:13:46 -07:00
Ishaan Jaff aaf78abe86 (ci/cd) fix langfuse pydantic bug 2024-04-03 20:08:18 -07:00
Ishaan Jaff a289ac62fd bump: version 1.34.24 → 1.34.25 2024-04-03 19:42:50 -07:00
Ishaan Jaff 8207956982 ui - new build 2024-04-03 19:42:26 -07:00
Ishaan JaffandGitHub b353820aed Merge pull request #2825 from BerriAI/ui_fix_team_update
[UI] Fix Team Edit Bug
2024-04-03 19:41:30 -07:00
Ishaan Jaff 6edaaa92ab fix team update bug 2024-04-03 19:38:07 -07:00
Ishaan JaffandGitHub 53412b3e6e Merge pull request #2823 from BerriAI/ui_fix_delete_key_bug
UI - Fix deleting a key - (this was flaky and would randomly fail)
2024-04-03 18:37:00 -07:00
Ishaan Jaff 4795fced10 fix deleting a key on ui 2024-04-03 18:33:16 -07:00