Commit Graph

11302 Commits

Author SHA1 Message Date
Krrish Dholakia
9e7b06e17b bump: version 1.17.2 → 1.17.3 2024-01-12 00:14:27 +05:30
Krrish Dholakia
0cbdec563b refactor(main.py): trigger new release 2024-01-12 00:14:12 +05:30
Krrish Dholakia
a7f182b8ec fix(azure.py): support health checks to text completion endpoints 2024-01-12 00:13:01 +05:30
Krish Dholakia
817a3d29b7
Merge branch 'main' into litellm_embedding_caching_updates 2024-01-11 23:58:51 +05:30
Krrish Dholakia
f94a37a836 fix(dynamo_db.py): add cost tracking support for key + user 2024-01-11 23:56:41 +05:30
ishaan-jaff
0a76269541 bump: version 1.17.1 → 1.17.2 2024-01-11 23:25:02 +05:30
Ishaan Jaff
8209c398b4
Merge pull request #1423 from BerriAI/litellm_fix_bedrock_string_embedding
[Fix] Bedrock embeddings - support str `input`
2024-01-11 23:23:42 +05:30
ishaan-jaff
b7567865de (test) caching for bedrock/embedding str inputs 2024-01-11 23:12:57 +05:30
ishaan-jaff
276d11946e (test) bedrock - embedding with strings 2024-01-11 23:04:41 +05:30
ishaan-jaff
a9d812eb8d (fix) bedrock - embedding - support str input 2024-01-11 23:02:12 +05:30
Krrish Dholakia
9b3d78c4f3 fix(dynamo_db.py): if table create fails, tell user what the table + hash key needs to be 2024-01-11 23:01:28 +05:30
ishaan-jaff
a876748bf5 v0 2024-01-11 22:56:18 +05:30
Ishaan Jaff
d5a1458b8a
Merge pull request #1421 from dleen/requests
Add explicit dependency on requests library
2024-01-11 22:33:41 +05:30
Ishaan Jaff
d181bd22a7
Merge pull request #1422 from dleen/httpx
(fix) create httpx.Request instead of httpx.request
2024-01-11 22:31:55 +05:30
David Leen
6b87c13b9d (fix) create httpx.Request instead of httpx.request
fixes #1420
2024-01-11 16:22:26 +01:00
David Leen
d14099f9b4 Add explicit dependency on requests library 2024-01-11 16:20:50 +01:00
Krrish Dholakia
a1af7688ce fix(utils.py): use preset cache key for async calls as well 2024-01-11 19:30:28 +05:30
Krrish Dholakia
43533812a7 fix(proxy_cli.py): read db url from config, not just environment 2024-01-11 19:19:29 +05:30
Krrish Dholakia
f8d1720690 fix(utils.py): bug fixes 2024-01-11 19:02:17 +05:30
Krrish Dholakia
0440168915 test(test_custom_callback_input.py): make test more verbsoe
n
2024-01-11 18:44:58 +05:30
Krrish Dholakia
1378190dbf fix(main.py): init custom llm provider earlier 2024-01-11 18:30:10 +05:30
Ishaan Jaff
2b9a4717fc
Merge pull request #1419 from BerriAI/litellm_better_verbose_logs
[Feat] Improve LiteLLM Verbose Logs - show args passed to litellm function
2024-01-11 18:20:00 +05:30
Krrish Dholakia
bfa26dd5b3 fix(utils.py): bug fixes 2024-01-11 18:14:22 +05:30
ishaan-jaff
1fb3547e48 (feat) improve litellm verbose logs 2024-01-11 18:13:08 +05:30
ishaan-jaff
f297a4d174 (feat) show args passed to litellm.completion, acompletion on call 2024-01-11 17:56:27 +05:30
ishaan-jaff
1e80c1fd00 bump: version 1.17.0 → 1.17.1 2024-01-11 17:17:16 +05:30
ishaan-jaff
bb8eac0597 (test) improve s3 logging test 2024-01-11 16:57:51 +05:30
Krrish Dholakia
252c8415c6 fix(main.py): add back **kwargs for acompletion 2024-01-11 16:55:19 +05:30
Krrish Dholakia
2cd5f0fbe9 fix(utils.py): support caching individual items in embedding input list
https://github.com/BerriAI/litellm/issues/1350
2024-01-11 16:51:34 +05:30
Ishaan Jaff
e5b491b39f
Merge pull request #1413 from BerriAI/litellm_log_cache_hits
[Feat] Proxy - Log Cache Hits on success callbacks + Testing
2024-01-11 16:39:22 +05:30
Krrish Dholakia
df9df7b040 fix: n 2024-01-11 16:30:05 +05:30
ishaan-jaff
1d9dad4af4 (feat) s3 logging - log cache hits 2024-01-11 15:57:54 +05:30
ishaan-jaff
c46a370919 (docs) logging proxy input / output 2024-01-11 15:37:03 +05:30
ishaan-jaff
4a1541c485 (fix) retry gemini-pro-vision 3 times 2024-01-11 14:39:08 +05:30
ishaan-jaff
f89385eed8 (fix) acompletion kwargs type hints 2024-01-11 14:22:37 +05:30
Krish Dholakia
40054f89b5
Merge pull request #1415 from BerriAI/litellm_bump_httpx_pool_limits
fix(router.py): bump httpx pool limits
2024-01-11 13:46:31 +05:30
Krrish Dholakia
40c7400894 fix(router.py): bump httpx pool limits 2024-01-11 12:51:29 +05:30
ishaan-jaff
bd5a14daf6 (fix) acompletion typehints - pass kwargs 2024-01-11 11:49:55 +05:30
ishaan-jaff
cc78e003bf (test) s3 log cache hits 2024-01-11 11:44:48 +05:30
ishaan-jaff
ce426f8b07 (fix) s3 log cache hits 2024-01-11 11:44:20 +05:30
ishaan-jaff
cf86af46a8 (fix) litellm.acompletion with type hints 2024-01-11 10:47:12 +05:30
Ishaan Jaff
2433d6c613
Merge pull request #1200 from MateoCamara/explicit-args-acomplete
feat: added explicit args to acomplete
2024-01-11 10:39:05 +05:30
Ishaan Jaff
a7371ba58d
Merge pull request #1408 from BerriAI/litellm_s3_logging_proxy
LiteLLM Proxy Add s3 Logging
2024-01-11 10:12:16 +05:30
ishaan-jaff
aef2dfbf55 (docs) proxy - s3 logging 2024-01-11 10:01:52 +05:30
ishaan-jaff
0b20ab7d2b (feat) proxy - support s3_callback_params 2024-01-11 09:57:47 +05:30
ishaan-jaff
cf8dd063cf (docs) add s3 logging to proxy 2024-01-11 09:45:42 +05:30
ishaan-jaff
f263cf51ea (test) s3 logs for /chat/completions 2024-01-11 09:16:06 +05:30
Ishaan Jaff
59d8abd42c
Update README.md 2024-01-11 09:00:33 +05:30
ishaan-jaff
df0f689027 (test) s3 logging 2024-01-11 08:58:03 +05:30
ishaan-jaff
f61d8596e1 (fix) working s3 logging 2024-01-11 08:57:32 +05:30