Commit Graph
14054 Commits
Author SHA1 Message Date
Ishaan Jaff bde34c79d7 bump: version 1.41.1 → 1.41.2 2024-06-29 20:03:17 -07:00
Ishaan JaffandGitHub 4910029eeb Merge pull request #4479 from BerriAI/litellm_fix_admin_ui_login_issue
[Fix] Admin UI - fix error users we're seeing when logging in (use correct  user_id  when creating key for admin ui)
2024-06-29 20:00:45 -07:00
Ishaan Jaff 03dbc29c85 fix test_completion_replicate_llama3_streaming 2024-06-29 19:51:07 -07:00
Ishaan Jaff bad49a270d fix test test_provisioned_throughput 2024-06-29 19:41:05 -07:00
Ishaan Jaff 46698ae01f fix param mapping for bedrock claude 2024-06-29 19:33:51 -07:00
Krish DholakiaandGitHub 5f942e7fcf Merge pull request #4413 from BerriAI/litellm_clean_metadata_langfuse
fix(langfuse.py): use clean metadata instead of deepcopy
2024-06-29 19:28:31 -07:00
Ishaan Jaff 588f0e50d2 ci/cd run again 2024-06-29 18:48:13 -07:00
Ishaan Jaff f9ba3cf668 fix bedrock claude test 2024-06-29 18:46:06 -07:00
Ishaan Jaff 9eee36b449 add better debugging on /spend/report 2024-06-29 18:01:25 -07:00
Ishaan JaffandGitHub 22ad5b407e Merge pull request #4474 from BerriAI/litellm_store_full_exception_inDB
[Fix] Proxy ErrorLogs store raw exception in error log
2024-06-29 17:46:24 -07:00
Ishaan JaffandGitHub c6fda7fb7e Merge pull request #4480 from BerriAI/litellm_fix_image_gen_issue
[Fix] DALL-E connection error bug on litellm proxy
2024-06-29 17:45:57 -07:00
Ishaan JaffandGitHub 19014dd931 Merge pull request #4477 from BerriAI/litellm_fix_exception_mapping
[Fix]  - Error str in OpenAI, Azure exception
2024-06-29 17:37:26 -07:00
Ishaan Jaff 0bda80ddea test- router when using openai prefix 2024-06-29 17:28:08 -07:00
Ishaan Jaff 8a4cffa06e fix _api_version check on CustomHttpTransport 2024-06-29 17:25:41 -07:00
Krish DholakiaandGitHub d2f44ab4fc Merge pull request #4371 from bschulth/litellm_ftr_bedrock_aws_session_token
[Feature] Support aws_session_token for bedrock client. [https://github.com/BerriAI/litellm/issues/4346]
2024-06-29 17:09:43 -07:00
Brian Schultheiss 632b7ce17d Resolve merge conflicts 2024-06-29 15:53:02 -07:00
Ishaan Jaff 457689c31a fix image gen connection error 2024-06-29 15:51:28 -07:00
Ishaan Jaff 37352ba692 fix - use correct user_id when creating key for admin ui 2024-06-29 14:36:58 -07:00
Ishaan Jaff 2f741bdcff test - correct error str on exceptions 2024-06-29 13:29:28 -07:00
Ishaan Jaff d131380563 fix test router debug logs 2024-06-29 13:24:57 -07:00
Krish DholakiaandGitHub 6271e21bcb Merge pull request #4476 from BerriAI/litellm_support_response_schema
fix(utils.py): new `supports_response_schema()` function to check if provider/model supports the param
2024-06-29 13:21:13 -07:00
Ishaan Jaff a6bc878a2a fix - error str in OpenAI, Azure exception 2024-06-29 13:11:55 -07:00
Krrish Dholakia 5718d1e205 fix(utils.py): new helper function to check if provider/model supports 'response_schema' param 2024-06-29 12:40:29 -07:00
Ishaan Jaff c7e89a571e fix error logs store exception in DB 2024-06-29 12:15:14 -07:00
Ishaan JaffandGitHub 58b7ba93cc Merge pull request #4471 from BerriAI/litellm_spend_reporting_endpoint
[Feat] /spend/report by API Key
2024-06-29 12:02:25 -07:00
Ishaan JaffandGitHub f06feca377 Merge pull request #4470 from BerriAI/litellm_test_pass_through_endpoints
tests - pass through endpoint
v1.41.1
2024-06-29 12:02:05 -07:00
Ishaan Jaff 3a5d258e05 raise error on /spend/report endpoint 2024-06-29 12:00:19 -07:00
Ishaan Jaff 46a1e5dcfc docs enterprise spend tracking list 2024-06-29 11:55:01 -07:00
Krrish Dholakia be8a6377f6 docs(input.md): add vertex ai json mode to mapped input params 2024-06-29 11:51:52 -07:00
Ishaan Jaff ef14d57fce doc - spend tracking endpoint 2024-06-29 11:50:45 -07:00
Krrish Dholakia 3dea5dce86 docs(vertex.md): add 'response_schema' param to vertex docs 2024-06-29 11:48:45 -07:00
Ishaan Jaff bea23ffc8d docs cost tracking by api key 2024-06-29 11:44:19 -07:00
Krrish Dholakia 8d9352258f bump: version 1.41.0 → 1.41.1 2024-06-29 11:36:15 -07:00
Ishaan Jaff 1ac1078080 fix cost tracking img 2024-06-29 11:35:57 -07:00
Ishaan Jaff 171923aec8 fix spend report doc 2024-06-29 11:34:07 -07:00
Krrish Dholakia e73e9e12bc fix(vertex_httpx.py): support passing response_schema to gemini 2024-06-29 11:33:19 -07:00
Ishaan Jaff b09c283cc4 feat - add spend report grouped by api key 2024-06-29 11:33:02 -07:00
Ishaan Jaff f860cbca34 test test_pass_through_endpoint_rerank 2024-06-29 10:49:10 -07:00
Ishaan Jaff d085ce2d97 test - pass through endpoint 2024-06-29 09:36:51 -07:00
Krrish Dholakia e1f84b1bd9 docs(vertex.md): add vertex pdf example to docs 2024-06-29 09:23:21 -07:00
Krrish Dholakia 4f32f283a3 fix(vertex_httpx.py): fix streaming for cloudflare proxy calls 2024-06-29 09:09:56 -07:00
Ishaan Jaff 2a7592d026 doc - pass through auth 2024-06-29 09:09:18 -07:00
Ishaan Jaff 0d62553afa doc - setting auth on pass through endpoints 2024-06-29 09:09:18 -07:00
Ishaan JaffandGitHub 6043155a8b Merge pull request #4469 from BerriAI/litellm_add_auth_passthrough_endpoints
feat - Allow adding authentication on pass through endpoints
2024-06-29 08:46:11 -07:00
Ishaan Jaff c578816434 feat - setting up auth on pass through endpoint 2024-06-29 08:38:44 -07:00
Ishaan JaffandGitHub dd71bf0f83 Merge pull request #4468 from BerriAI/doc_add_spec_pass_through
[Doc] Add spec on pass through endpoints
2024-06-29 08:29:09 -07:00
Ishaan Jaff f961b41046 doc add spec for pass through 2024-06-29 08:03:51 -07:00
Krrish Dholakia 555c02dbc3 docs(enterprise.md): add links v1.41.0-stable 2024-06-28 22:58:47 -07:00
Krrish Dholakia 062ccf35ad docs(secret.md): update docs 2024-06-28 22:58:15 -07:00
Krrish Dholakia 40e4ad52a4 docs(aws-key-manager): add key decryption with aws key manager to docs 2024-06-28 22:56:22 -07:00