Commit Graph
12755 Commits
Author SHA1 Message Date
Krrish Dholakia beddb58852 test(test_custom_callback_input.py): fix custom callback input test 2024-06-07 16:13:30 -07:00
Krrish Dholakia f73b6033fd fix(test_custom_callbacks_input.py): unit tests for 'turn_off_message_logging'
ensure no raw request is logged either
2024-06-07 15:39:15 -07:00
Krrish Dholakia 51fb199329 fix(proxy/utils.py): handle user param being none 2024-06-07 14:35:16 -07:00
Krrish Dholakia b41d7f5d51 fix(proxy/utils.py): security fix
use typed dict for spendlogs payload. assert no sensitive information logged.
2024-06-07 13:44:11 -07:00
Krrish Dholakia 6024f9e45e test(test_lowest_latency_routing.py): add time.sleep to reduce test flakiness v1.40.5 2024-06-07 11:28:33 -07:00
Ishaan Jaff e63b5b41c7 docs - setting custom trace and service names 2024-06-07 10:19:42 -07:00
Krrish Dholakia 6a52e63e21 test(test_completion.py): fix kwarg repetition 2024-06-07 09:06:48 -07:00
Ishaan JaffandGitHub dab756d129 Merge pull request #4048 from BerriAI/litellm_otel_set_svc_name
feat - OTEL set custom service names and custom tracer names
2024-06-07 08:53:07 -07:00
Ishaan JaffandGitHub 7b1047bd1f Merge pull request #4043 from BerriAI/litellm_enforce_params
[Feat] Enterprise - Enforce Params in request to LiteLLM Proxy
2024-06-07 08:52:46 -07:00
Krish DholakiaandGitHub f6a262122b Merge pull request #4054 from BerriAI/litellm_aws_kms_support
feat(aws_secret_manager.py): Support AWS KMS for Master Key encrption
2024-06-07 08:49:25 -07:00
Krrish Dholakia 0ee316aca0 build(config.yml): reset ci/cd 2024-06-07 08:22:29 -07:00
Krrish Dholakia 44670d952d test(main.py): test cicd 2024-06-07 08:18:37 -07:00
Krrish Dholakia 9881d5b4bf build(circle-ci): separate main vs pr workflows for ci/cd 2024-06-07 08:16:31 -07:00
Krrish Dholakia b3bf93685a style(main.py): trigger new build 2024-06-07 08:10:28 -07:00
Krish DholakiaandGitHub 471be6670c Merge pull request #4049 from BerriAI/litellm_cleanup_traceback
refactor: replace 'traceback.print_exc()' with logging library
2024-06-07 08:03:22 -07:00
Krrish Dholakia 0c95019ac1 fix(aws_secret_manager.py): fix boto import 2024-06-07 08:02:58 -07:00
Krish DholakiaandGitHub b6e0bf27b8 Merge branch 'main' into litellm_aws_kms_support 2024-06-07 07:58:56 -07:00
Krrish Dholakia 11de954abd build(config.yml): setup approve and run workflow for circle ci testing on pr's 2024-06-07 07:58:14 -07:00
Krish DholakiaandGitHub ebf7fe0d4a Merge pull request #4061 from iwamot/fix-custom-callbacks-doc
Fix log message in Custom Callbacks doc
2024-06-07 07:43:35 -07:00
Krish DholakiaandGitHub 6a30bcf685 Merge pull request #4060 from jakobdylanc/main
docs: add llmcord.py to projects
2024-06-07 07:43:14 -07:00
Krrish Dholakia ff5136f5ed test(test_completion.py): fix test to use mock response - prevent hang 2024-06-07 07:05:32 -07:00
Takashi Iwamoto dbfdbf37c9 Fix log message in Custom Callbacks doc 2024-06-07 22:20:16 +09:00
JakobDylanC e81aa8986c docs: add llmcord.py to projects 2024-06-07 07:35:53 -04:00
Krrish Dholakia 6ff67b0df4 bump: version 1.40.4 → 1.40.5 2024-06-06 22:19:20 -07:00
Krrish Dholakia ddc82774b0 test(test_completion.py): fix replicate test which was hanging 2024-06-06 22:17:30 -07:00
Krrish Dholakia 6e9bca59b0 fix(utils.py): fix exception mapping for azure internal server error 2024-06-06 17:12:30 -07:00
Krrish Dholakia 636bc0e2ec build(config.yml): update circle ci schema to run on all branches 2024-06-06 16:46:59 -07:00
Krrish Dholakia 09a471da10 test(test_assistants.py): add more error logging 2024-06-06 16:43:12 -07:00
Krish DholakiaandGitHub 1742141fb6 Merge pull request #4046 from BerriAI/litellm_router_order
feat(router.py): enable settting 'order' for a deployment in model list
2024-06-06 16:37:03 -07:00
Krish DholakiaandGitHub 23b2eb8be2 Merge pull request #4036 from Keywords-AI/main
Fixed openai token counter bug
2024-06-06 16:36:25 -07:00
Krish DholakiaandGitHub 677e0255c8 Merge branch 'main' into litellm_cleanup_traceback 2024-06-06 16:32:08 -07:00
Krrish Dholakia 089bf71ce4 docs(secret.md): add doc on using AWS KMS with proxy 2024-06-06 15:38:39 -07:00
Krrish Dholakia a2da2a8f16 feat(aws_secret_manager.py): allows user to keep a hash of the proxy master key in their env 2024-06-06 15:32:51 -07:00
Krrish Dholakia 707a41fd6c docs(scheduler.md): add scheduler redis caching support to docs 2024-06-06 14:39:36 -07:00
Krrish Dholakia b590e6607c feat(scheduler.py): support redis caching for req. prioritization
enables req. prioritization to work across multiple instances of litellm
2024-06-06 14:19:21 -07:00
Krrish Dholakia 7ddca8d834 fix(proxy_server.py): fix backoff attempt logging
make sure backoff uses our logging handler to log info to
2024-06-06 14:08:31 -07:00
Krrish Dholakia 6cca5612d2 refactor: replace 'traceback.print_exc()' with logging library
allows error logs to be in json format for otel logging
2024-06-06 13:47:43 -07:00
Ishaan Jaff 4427b4812b feat - custom OTEL service names 2024-06-06 12:45:14 -07:00
Ishaan JaffandGitHub 422b4b1728 Merge pull request #4039 from themrzmaster/main
fix tool usage null content using vertexai
2024-06-06 12:41:25 -07:00
Raymond1415926andGitHub 38b44c301a Merge branch 'BerriAI:main' into main 2024-06-06 10:12:20 -07:00
Raymond Huang 968f54a65c test 2024-06-06 10:11:27 -07:00
Ishaan Jaff 059c59f206 fix add_metadata_from_header 2024-06-06 09:53:12 -07:00
Krrish Dholakia a7dcf25722 feat(router.py): enable settting 'order' for a deployment in model list
Allows user to control which model gets called first in model group
2024-06-06 09:46:51 -07:00
Ishaan Jaff 1b77171db3 docs - enforce params on LLM requests 2024-06-06 09:45:54 -07:00
Ishaan Jaff a941b6d967 docs enforcing params 2024-06-06 09:37:29 -07:00
Ishaan Jaff 73d66e94c5 test - enforce params 2024-06-06 09:22:12 -07:00
Ishaan Jaff aaf35c7966 feat - enforce enforced_params as a premium feature 2024-06-06 09:03:31 -07:00
Ishaan Jaff d827557b82 feat - add enforced params 2024-06-06 08:55:40 -07:00
Ishaan Jaff 883ee08225 feat - enforce params in requests 2024-06-06 08:54:59 -07:00
Ishaan JaffandGitHub 7b2c163c53 Merge pull request #4035 from syGOAT/modify_docs_logging_langfuse
modified docs proxy->logging->langfuse
2024-06-06 08:53:38 -07:00