Commit Graph
12748 Commits
Author SHA1 Message Date
Krrish Dholakia 665f18d6c8 build: cleanup pre-commit hook 2024-06-07 10:04:35 -07:00
Krrish Dholakia e66b3d264f fix(factory.py): handle bedrock claude image url's 2024-06-07 10:04:03 -07:00
Krrish Dholakia 21f4329b65 feat(test_completion.py): deduplicate kwarg 2024-06-07 09:13:38 -07:00
Krrish Dholakia 7dadca6a99 fix(bedrock_httpx.py): fix linting errors 2024-06-07 09:01:19 -07:00
Krish DholakiaandGitHub 26993c067e Merge branch 'main' into litellm_bedrock_converse_api 2024-06-07 08:49:52 -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 35e4323095 refactor(main.py): only route anthropic calls through converse api
v0 scope let's move function calling to converse api
2024-06-07 08:47:51 -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 51ba5652a0 feat(bedrock_httpx.py): working bedrock converse api streaming 2024-06-06 22:13:21 -07:00
Krrish Dholakia a995a0b172 fix(bedrock_httpx.py): working claude 3 function calling 2024-06-06 20:12:41 -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 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 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
syGOAT 0dd562c1cc make LANGFUSE_HOST optional and specify the default value 2024-06-06 23:47:40 +08:00
Krish DholakiaandGitHub 67be2e3ebf Merge pull request #4020 from sha-ahammed/main
Add Ollama as a provider in proxy ui
2024-06-06 08:45:02 -07:00
sha-ahammed 575d94f5ef fix: poetry lock --no-update 2024-06-06 21:09:13 +05:30
sha-ahammed 76aab91d63 Revert "fix: Authentication Error, No module named 'nacl'."
This reverts commit 499933f943.
2024-06-06 20:56:16 +05:30
Sha Ahammed RozeandGitHub 53ccc45978 Merge branch 'BerriAI:main' into main 2024-06-06 20:50:22 +05:30
Krrish Dholakia 58bd2b4ea6 fix(vertex_ai.py): support video + pdf for vertex ai 2024-06-06 08:06:20 -07:00
Krrish Dholakia e01c0d9a44 build(pyproject.toml): add pynacl to extra_proxy deps
Closes https://github.com/BerriAI/litellm/issues/4018
2024-06-06 08:06:20 -07:00
Ishaan JaffandGitHub 9f230c2822 Merge pull request #3990 from ndrsfel/litellm_langfuse_metadata_from_header
feat: add langfuse metadata via proxy request headers
2024-06-06 07:52:40 -07:00