Krrish Dholakia
|
d2e64f21f3
|
fix(litellm_logging.py): fix async caching for sync streaming calls (don't do it)
Checks if call is async before running async caching for streaming call
Fixes https://github.com/BerriAI/litellm/issues/4511#issuecomment-2233211808
|
2024-07-17 11:15:30 -07:00 |
|
Krrish Dholakia
|
d136f2b8a7
|
fix(litellm_logging.py): fix circular reference
|
2024-07-15 21:28:33 -07:00 |
|
Krrish Dholakia
|
959c627dd3
|
fix(litellm_logging.py): log response_cost=0 for failed calls
Fixes https://github.com/BerriAI/litellm/issues/4604
|
2024-07-15 19:25:56 -07:00 |
|
Krrish Dholakia
|
f5b3cc6c02
|
fix(litellm_logging.py): fix condition check
Fixes https://github.com/BerriAI/litellm/issues/4633
|
2024-07-12 09:22:19 -07:00 |
|
Krish Dholakia
|
d72bcdbce3
|
Merge pull request #4669 from BerriAI/litellm_logging_only_masking
Flag for PII masking on Logging only
|
2024-07-11 22:03:37 -07:00 |
|
Krish Dholakia
|
5ad341d0ff
|
Merge pull request #4607 from maamalama/helicone-cohere
Helicone Headers & Cohere support
|
2024-07-11 22:01:44 -07:00 |
|
Krrish Dholakia
|
9d918d2ac7
|
fix(presidio_pii_masking.py): support logging_only pii masking
|
2024-07-11 18:04:12 -07:00 |
|
Krrish Dholakia
|
9deb9b4e3f
|
feat(guardrails): Flag for PII Masking on Logging
Fixes https://github.com/BerriAI/litellm/issues/4580
|
2024-07-11 16:09:34 -07:00 |
|
Krrish Dholakia
|
2163434ff3
|
fix(llm_cost_calc/google.py): fix google embedding cost calculation
Fixes https://github.com/BerriAI/litellm/issues/4630
|
2024-07-11 11:55:48 -07:00 |
|
Krish Dholakia
|
65bee737c5
|
Merge branch 'main' into litellm_gemini_stream_tool_calling
|
2024-07-06 19:07:31 -07:00 |
|
Krrish Dholakia
|
20e39d6acc
|
fix(utils.py): cleanup 'additionalProperties=False' for tool calling with zod
Fixes issue with zod passing in additionalProperties=False, causing vertex ai / gemini calls to fail
|
2024-07-06 17:27:37 -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 |
|
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
|
3f83e8a8d4
|
fix(caching.py): fix async redis health check
|
2024-07-06 09:14:29 -07:00 |
|
Krrish Dholakia
|
6e43cdcb17
|
feat(litellm_logging.py): support cost tracking for tts calls
|
2024-07-05 22:09:08 -07:00 |
|
maamalama
|
2c9560239a
|
headers and custom gateway
|
2024-07-05 20:17:38 -07:00 |
|
Ishaan Jaff
|
982dfe64c0
|
Merge pull request #4567 from BerriAI/litellm_add_galileo_logging
[Feat] Add Galileo Logging Callback
|
2024-07-05 19:55:30 -07:00 |
|
Ishaan Jaff
|
e9319085f8
|
feat - init galileo logger
|
2024-07-05 19:17:09 -07:00 |
|
Krrish Dholakia
|
6090fd37fa
|
fix(test_proxy_reject_logging.py): fix test
|
2024-07-05 19:09:37 -07:00 |
|
Krrish Dholakia
|
b1b21b0340
|
fix(proxy/utils.py): support logging rejected requests to langfuse, etc.
|
2024-07-05 14:39:35 -07:00 |
|
Krrish Dholakia
|
19c982d0f9
|
fix: linting fixes
|
2024-07-03 21:55:00 -07:00 |
|
Krish Dholakia
|
6c5c8bbb28
|
Revert "fix(vertex_anthropic.py): Vertex Anthropic tool calling - native params "
|
2024-07-03 17:55:37 -07:00 |
|
Krrish Dholakia
|
7007ace6c2
|
fix(vertex_anthropic.py): Updates the vertex anthropic endpoint to do tool calling with the anthropic api params
|
2024-07-03 15:28:31 -07:00 |
|
Krrish Dholakia
|
d98e00d1e0
|
fix(router.py): set cooldown_time: per model
|
2024-06-25 16:51:55 -07:00 |
|
Krish Dholakia
|
961e7ac95d
|
Merge branch 'main' into litellm_dynamic_tpm_limits
|
2024-06-22 19:14:59 -07:00 |
|
Krrish Dholakia
|
f814f24d9d
|
fix(litellm_logging.py): Fix gemini google ai studio system prompt logging
Fixes https://github.com/BerriAI/litellm/issues/2963
|
2024-06-22 09:11:23 -07:00 |
|
Krrish Dholakia
|
532f24bfb7
|
refactor: instrument 'dynamic_rate_limiting' callback on proxy
|
2024-06-22 00:32:29 -07:00 |
|
Krrish Dholakia
|
2584120012
|
refactor(litellm_logging.py): refactors how slack_alerting generates langfuse trace url
gets the url from logging object
|
2024-06-21 16:12:25 -07:00 |
|
Krrish Dholakia
|
e5e81ca3b7
|
fix(litellm_logging.py): reset langfuse logger correctly
|
2024-06-19 22:09:38 -07:00 |
|
Ishaan Jaff
|
ca0b404299
|
fix test_langfuse_dynamic_logging
|
2024-06-19 20:53:58 -07:00 |
|
Krrish Dholakia
|
682ec33aa0
|
fix(litellm_logging.py): initialize global variables
Fixes https://github.com/BerriAI/litellm/issues/4281
|
2024-06-19 18:39:45 -07:00 |
|
David Manouchehri
|
c04680d54b
|
fix(litellm_logging.py): Add missing import statement.
|
2024-06-19 05:48:46 +00:00 |
|
Krrish Dholakia
|
3f7252c422
|
fix(support-passing-image-url-to-gemini-via-vertex-ai): Closes https://github.com/BerriAI/litellm/issues/4262
|
2024-06-18 10:55:58 -07:00 |
|
Krrish Dholakia
|
84285b9dbb
|
fix(litellm_logging.py): fix error logging
|
2024-06-17 20:28:55 -07:00 |
|
Ishaan Jaff
|
e37092aab6
|
use older logfire logging
|
2024-06-17 19:45:22 -07:00 |
|
Ishaan Jaff
|
c93463b535
|
fix maintain older usage of logfire
|
2024-06-17 19:42:39 -07:00 |
|
Ishaan Jaff
|
61ff712a08
|
fix deps
|
2024-06-17 19:33:10 -07:00 |
|
Ishaan Jaff
|
4a75e57b6f
|
fix logfire
|
2024-06-17 19:21:35 -07:00 |
|
Ishaan Jaff
|
18f1a42c5a
|
fix - refactor logfire
|
2024-06-17 17:21:43 -07:00 |
|
Krrish Dholakia
|
2623bb260f
|
fix(litellm_logging.py): fix lago callback logic
|
2024-06-17 09:10:19 -07:00 |
|
Krrish Dholakia
|
af88e55d46
|
fix(utils.py): move 'set_callbacks' to litellm_logging.py
|
2024-06-15 12:02:30 -07:00 |
|
Krrish Dholakia
|
c08e3b62dc
|
fix(litellm_logging.py): fix import
|
2024-06-15 11:17:39 -07:00 |
|
Krrish Dholakia
|
4f91205530
|
refactor(utils.py): refactor Logging to it's own class. Cut down utils.py to <10k lines.
Easier debugging
Reference: https://github.com/BerriAI/litellm/issues/4206
|
2024-06-15 10:57:20 -07:00 |
|