Commit graph

15087 commits

Author SHA1 Message Date
Ishaan Jaff
b819b70be1 bump: version 1.41.10 → 1.41.11 2024-07-06 16:57:33 -07:00
Ishaan Jaff
d50ec47331 ci/cd run again 2024-07-06 15:56:17 -07:00
Ishaan Jaff
482913c2e9 test had "assert False" for some reason ? 2024-07-06 15:46:28 -07:00
Ishaan Jaff
196884a779 fix trace hierarchy on otel 2024-07-06 15:37:23 -07:00
Ishaan Jaff
f4eb04640c bump: version 1.41.9 → 1.41.10 2024-07-06 15:30:27 -07:00
Ishaan Jaff
547f6ffdd5 ui new build 2024-07-06 15:26:26 -07:00
Ishaan Jaff
c2631ce860
Merge pull request #4422 from BerriAI/litellm_otel_env_name
[Feat] OTEL allow setting deployment environment
2024-07-06 15:23:07 -07:00
Ishaan Jaff
c91b254e25 fix OTEL TracerProvider 2024-07-06 15:15:49 -07:00
Ishaan Jaff
83939f0b0b
Merge pull request #4517 from jamesbraza/enforcing-poetry-lock
Enforcing sync'd `poetry.lock` via `pre-commit`
2024-07-06 15:13:33 -07:00
Ishaan Jaff
d30493eebe
Merge pull request #4553 from BerriAI/dependabot/pip/aiohttp-3.9.4
build(deps): bump aiohttp from 3.9.0 to 3.9.4
2024-07-06 15:12:52 -07:00
Ishaan Jaff
e815563638
Merge pull request #4578 from BerriAI/litellm_allow_querying_spend_report_by_key
[Feat-Enterprise] /spend/report view spend for a specific key
2024-07-06 15:11:46 -07:00
Ishaan Jaff
d61cc598b0
Merge pull request #4576 from BerriAI/litellm_encrypt_decrypt_using_salt
[Refactor] Use helper function to encrypt/decrypt model credentials
2024-07-06 15:11:09 -07:00
Ishaan Jaff
963b6b5d7a docs track spend for specific internal 2024-07-06 15:01:58 -07:00
Krish Dholakia
97c9c2fde7
Merge pull request #4571 from BerriAI/litellm_tts_pricing
feat(cost_calculator.py): support openai+azure tts calls
2024-07-06 14:58:05 -07:00
Krish Dholakia
127f08ee67
Merge branch 'main' into litellm_tts_pricing 2024-07-06 14:57:34 -07:00
Krish Dholakia
128c752f89
Merge pull request #4572 from BerriAI/litellm_proxy_tts_pricing
Azure proxy tts pricing
2024-07-06 14:56:28 -07:00
Krish Dholakia
b3ef1ac18c
Merge branch 'main' into litellm_proxy_tts_pricing 2024-07-06 14:56:16 -07:00
Krrish Dholakia
27e9f96380 fix(main.py): fix stream_chunk_builder usage calc
Closes https://github.com/BerriAI/litellm/issues/4496
2024-07-06 14:52:59 -07:00
Ishaan Jaff
f691ff7005 get spend per internal user / api_key 2024-07-06 14:45:58 -07:00
Ishaan Jaff
e34ba00a51
Merge pull request #4575 from BerriAI/ui_fix_errors_when_no_model_list_defined
UI - don't spam error messages when model list is not defined
2024-07-06 14:38:02 -07:00
Ishaan Jaff
022619a14d
Merge pull request #4574 from BerriAI/litellm_ui_fix_show_models_as_dd
[fix] UI fix show models as dropdown
2024-07-06 14:37:39 -07:00
Ishaan Jaff
c47b1c94c4
Merge pull request #4577 from BerriAI/litellm_router_imp_mem_util
[Feat] Improve Proxy Mem Util (Reduces startup memory util by 50%)
2024-07-06 14:36:51 -07:00
Ishaan Jaff
3623d49c2f /spend/report view spend for a specific key 2024-07-06 14:24:29 -07:00
Krrish Dholakia
770a96330d docs(user_keys.md): add instructor example to doczs 2024-07-06 14:15:54 -07:00
Ishaan Jaff
3fa64023ea test - test_init_clients_async_mode 2024-07-06 14:08:35 -07:00
Krrish Dholakia
faa88a1ab1 fix(vertex_httpx.py): support tool calling w/ streaming for vertex ai + gemini 2024-07-06 14:02:25 -07:00
Ishaan Jaff
c268ead43f fix links on admin ui 2024-07-06 14:00:49 -07:00
Ishaan Jaff
7f6f85ec3c improve sign up flow - show missing env vars 2024-07-06 13:57:19 -07:00
Ishaan Jaff
bf9e85c8d1 use a salt key for encrypt/decryption 2024-07-06 13:27:44 -07:00
Ishaan Jaff
a5d9a6cebd init litellm router 2024-07-06 13:14:04 -07:00
Ishaan Jaff
984cc4722e fix should_initialize_sync_client 2024-07-06 13:10:22 -07:00
Ishaan Jaff
2609de43d0 use helper for init client + check if we should init sync clients 2024-07-06 12:52:41 -07:00
Ishaan Jaff
80a31c5dab allow async_only_mode on rotuer 2024-07-06 12:50:57 -07:00
Krrish Dholakia
85d723f5f8 fix(utils.py): fix openrouter exception handling 2024-07-06 12:36:05 -07:00
Krrish Dholakia
f62884da14 fix(cost_calculator.py): fix completion_response check 2024-07-06 12:28:46 -07:00
Ishaan Jaff
2e956f7c01 fix checking store_model_in_deb 2024-07-06 11:35:28 -07:00
Ishaan Jaff
e477b7e3da fix linting error 2024-07-06 11:27:58 -07:00
Ishaan Jaff
6b2856e064 fix decrypt value logic 2024-07-06 11:26:12 -07:00
Krrish Dholakia
1b14202582 fix(litellm_logging.py): fix 'use_custom_pricing_for_model' helper function 2024-07-06 11:20:55 -07:00
Krish Dholakia
ea9718a848
Merge branch 'main' into litellm_proxy_tts_pricing 2024-07-06 11:16:07 -07:00
Krrish Dholakia
71edb28d6a fix(proxy_server.py): fix embedding model exception mapping 2024-07-06 11:14:41 -07:00
Ishaan Jaff
8f0b55879f move encrypt / decrypt to helper 2024-07-06 11:09:47 -07:00
Ishaan Jaff
4e7a99e0f9 fix - make encrypt / decrypt helpers 2024-07-06 11:08:30 -07:00
Krish Dholakia
f7ebb84488
Merge branch 'main' into litellm_tts_pricing 2024-07-06 11:02:59 -07:00
Krrish Dholakia
2452753e08 build(model_prices_and_context_window.json): fix gemini-1.5-pro on google ai studio pricing 2024-07-06 10:46:02 -07:00
Ishaan Jaff
19baac7a36 fix don't spam model hub when model list is not defined 2024-07-06 10:39:16 -07:00
Ishaan Jaff
5d0bb0b9ae fix - don't spam users when model list not defined 2024-07-06 10:36:14 -07:00
Ishaan Jaff
7b31923597 fix - load model list 2024-07-06 10:12:29 -07:00
Ishaan Jaff
fd43ddfa0e ui fix - load litellm model list 2024-07-06 10:12:14 -07:00
Krrish Dholakia
3f83e8a8d4 fix(caching.py): fix async redis health check 2024-07-06 09:14:29 -07:00