Commit Graph
6768 Commits
Author SHA1 Message Date
Krrish Dholakia e35a7c32cb fix(proxy/utils.py): if langfuse trace id passed in, just send that as part of alert 2024-02-05 16:34:33 -08:00
Krrish Dholakia cdbbedec36 bump: version 1.22.5 → 1.22.6 2024-02-05 16:26:30 -08:00
Krrish Dholakia 3b9ada07e0 fix(main.py): raise better error message for health check models without mode 2024-02-05 16:26:25 -08:00
ishaan-jaff 1f7c8e86a7 (fix) make sure route is str 2024-02-05 16:22:36 -08:00
Ishaan JaffandGitHub 5ebb1b4447 Merge pull request #1836 from BerriAI/litellm_fix_litellm_dashboard_keys
[Fix] UI - Security - Litellm UI Keys meant for litellm-dashboard shouldn't be allowed to make non-management related requests
2024-02-05 16:20:33 -08:00
ishaan-jaff 2b588a8786 (test) litellm-dashboard never allowed to /chat/completions 2024-02-05 16:11:33 -08:00
ishaan-jaff 8d7698f24d (fix) litellm-ui keys can never access /chat/completions 2024-02-05 16:10:49 -08:00
Krrish Dholakia 77fe71ee08 fix(utils.py): support together ai function calling v1.22.5 2024-02-05 15:30:44 -08:00
ishaan-jaff 006b5efef0 bump: version 1.22.4 → 1.22.5 2024-02-05 15:10:59 -08:00
Ishaan JaffandGitHub 5fc7041cf3 Merge pull request #1834 from BerriAI/litellm_sync_backup_model_info_with_root
[Feat] Sync model_prices_and_context_window.json and litellm/model_prices_and_context_window_backup.json
2024-02-05 15:08:49 -08:00
ishaan-jaff 7557a2535a (fix) model_prices 2024-02-05 15:04:39 -08:00
ishaan-jaff 70f36073dc (fix) pre commit hook to sync backup context_window mapping 2024-02-05 15:03:04 -08:00
ishaan-jaff 8b571159fc (feat) add pre-commit hook to check model_prices_and_context_window.json litellm/model_prices_and_context_window_backup.json 2024-02-05 15:00:13 -08:00
ishaan-jaff a6836a0996 (feat) pre-commit hook to validate 2024-02-05 14:42:10 -08:00
ishaan-jaff 9cbc412c78 (fix) fix backup.json 2024-02-05 14:36:07 -08:00
Ishaan JaffandGitHub 6b14db462f Merge pull request #1828 from Manouchehri/langfuse-session-id-1
(feat) Add sessionId for Langfuse.
2024-02-05 12:24:44 -08:00
David Manouchehri c77deb12b3 (docs) Add session_id to Langfuse doc 2024-02-05 15:21:05 -05:00
David Manouchehri 26e68c3f67 (feat) Add sessionId for Langfuse. 2024-02-05 15:13:21 -05:00
Krish DholakiaandGitHub 646764f1d4 Merge pull request #1826 from promptmetheus/update-perplexity-model-info
Update Perplexity models in model_prices_and_context_window.json
2024-02-05 08:53:16 -08:00
Krrish Dholakia 031bc96f88 bump: version 1.22.3 → 1.22.4 2024-02-05 08:47:10 -08:00
Krrish Dholakia 1bdb332454 fix(utils.py): handle count response tokens false case token counting 2024-02-05 08:47:10 -08:00
Toni EngelhardtandGitHub e832492423 Update Perplexity models in model_prices_and_context_window.json
According to https://docs.perplexity.ai/docs/model-cards
2024-02-05 16:46:10 +00:00
Ishaan JaffandGitHub 109ccf4cef Merge pull request #1602 from ShaunMaher/add_helm_chart
Add a Helm chart for deploying LiteLLM Proxy
2024-02-05 08:12:58 -08:00
Ishaan JaffandGitHub 14c9e239a1 Merge pull request #1750 from vanpelt/patch-2
Re-raise exception in async ollama streaming
2024-02-05 08:12:17 -08:00
Krrish Dholakia d1f9165af1 bump: version 1.22.2 → 1.22.3 v1.22.3 2024-02-03 22:23:43 -08:00
Krish DholakiaandGitHub 640572647a Merge pull request #1805 from BerriAI/litellm_cost_tracking_image_gen
feat(utils.py): support cost tracking for openai/azure image gen models
2024-02-03 22:23:22 -08:00
Krrish Dholakia 49b2dc4180 test(test_completion_cost.py): fix test 2024-02-03 22:00:49 -08:00
Krrish Dholakia 66565f96b1 test(test_completion.py): fix test 2024-02-03 21:44:57 -08:00
Krrish Dholakia d2d57ecf1c test(test_parallel_request_limiter.py): fix test 2024-02-03 21:31:29 -08:00
Krrish Dholakia 3a19c8b600 test(test_completion.py): fix test 2024-02-03 21:30:45 -08:00
Krish DholakiaandGitHub 7ee5d2e0d9 Update model_prices_and_context_window.json v1.22.2 2024-02-03 21:12:26 -08:00
Krish DholakiaandGitHub 6eed51607a Update model_prices_and_context_window.json 2024-02-03 21:09:00 -08:00
Krish DholakiaandGitHub 28df60b609 Merge pull request #1809 from BerriAI/litellm_embedding_caching_updates
Support caching individual items in embedding list (Async embedding only)
2024-02-03 21:04:23 -08:00
ishaan-jaff c353161456 (fix) test_parallel limiter fix 2024-02-03 21:03:15 -08:00
Ishaan JaffandGitHub 24aa304061 Update README.md 2024-02-03 20:54:14 -08:00
Ishaan JaffandGitHub 254a5e8533 Update README.md 2024-02-03 20:51:43 -08:00
Ishaan JaffandGitHub 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 JaffandGitHub 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