Commit Graph

4592 Commits

Author SHA1 Message Date
Krrish Dholakia d7b49dbc41 docs(call_hooks.md): add docs on pre-call hooks 2023-12-14 11:34:37 -08:00
Krrish Dholakia 589a6ca863 docs(redis_cache.md-+-custom_callbacks.md): add cache hit logging info in docs 2023-12-14 11:07:00 -08:00
Krrish Dholakia 0f14fb3797 docs(custom_callback.md): add async failure + streaming logging events to docs
https://github.com/BerriAI/litellm/issues/1125
2023-12-14 10:46:53 -08:00
Krish Dholakia a6e78497b5 Merge pull request #1122 from emsi/main
Fix #1119, no content when streaming.
2023-12-14 10:01:00 -08:00
Krrish Dholakia db8d793618 fix(proxy_server.py): handle scenario where no json body is passed in - e.g. GET request
https://github.com/BerriAI/litellm/issues/1062
2023-12-14 09:57:35 -08:00
Krrish Dholakia 6cdcc1370f test(test_custom_callback_router.py): fix testing 2023-12-14 09:57:35 -08:00
ishaan-jaff 72a665591d (docs) cache init params 2023-12-14 22:41:25 +05:30
ishaan-jaff 4b3ef49d60 (fix) linting 2023-12-14 22:35:29 +05:30
ishaan-jaff 17c3a1393b (feat) control caching for embedding, completion 2023-12-14 22:31:04 +05:30
ishaan-jaff 9ee16bc962 (feat) caching - add supported call types 2023-12-14 22:27:14 +05:30
ishaan-jaff 67518387f1 (test) ollama test 2023-12-14 19:48:18 +05:30
ishaan-jaff 26c6c1a03e (test) router - acompletion + cache 2023-12-14 19:46:56 +05:30
ishaan-jaff ce6eb8a30e (test) add ollama to ci/cd 2023-12-14 19:42:44 +05:30
ishaan-jaff 5c40929a9b (test) add ollama tests to our ci/cd 2023-12-14 19:42:25 +05:30
ishaan-jaff afbb7748fe (feat) add mistral ai pricing 2023-12-14 19:27:43 +05:30
ishaan-jaff c0cc78b943 (feat) mistral - add exception mapping 2023-12-14 18:57:39 +05:30
ishaan-jaff a033016a63 (docs) mistral ai api 2023-12-14 18:49:37 +05:30
ishaan-jaff ee7e2869cb (test) mistral - safe_mode 2023-12-14 18:42:55 +05:30
ishaan-jaff e34e4d3b71 (test) mistral api - safe_mode, random_seed 2023-12-14 18:42:43 +05:30
ishaan-jaff b52ffe1bdf (feat) mistral - add random_seed, safe_mode params 2023-12-14 18:42:00 +05:30
ishaan-jaff 6cda49ac6a (test) mistral api streaming 2023-12-14 18:28:03 +05:30
ishaan-jaff bfe1e3fc02 (feat) add mistral to proxy + router 2023-12-14 18:20:08 +05:30
ishaan-jaff 0ef7bf237e (test) mistral ai api 2023-12-14 18:19:45 +05:30
ishaan-jaff 7945664e61 (feat) add mistral api 2023-12-14 18:17:48 +05:30
ishaan-jaff 77b26fe9bb (test) test_custom_callback - aembedding cache 2023-12-14 17:36:29 +05:30
ishaan-jaff 9526ee16c4 (fix) aembedding - don't pop aembedding out 2023-12-14 17:13:35 +05:30
Ishaan Jaff 408bb3a491 Merge pull request #1097 from maxdeichmann/fix-langfuse-tests
fix langfuse tests
2023-12-14 16:55:54 +05:30
Ishaan Jaff 7d8ce6d62e Merge branch 'main' into fix-langfuse-tests 2023-12-14 16:55:47 +05:30
Ishaan Jaff cbc8cb08c8 Merge pull request #1112 from Undertone0809/add-cs-return-type-for-completion
refactor: add CustomStreamWrapper return type for completion
2023-12-14 16:52:11 +05:30
ishaan-jaff d1cf41888b (feat) proxy add docstring for /test 2023-12-14 16:51:16 +05:30
ishaan-jaff 43fc152a91 (docs) caching - proxy 2023-12-14 16:33:56 +05:30
ishaan-jaff b731d3fb6a bump: version 1.14.1 → 1.14.2 2023-12-14 16:21:20 +05:30
ishaan-jaff 9a35f347ab (test) - caching - override when caching = False 2023-12-14 16:20:29 +05:30
ishaan-jaff 008df34ddc (feat) use async_cache for acompletion/aembedding 2023-12-14 16:04:45 +05:30
ishaan-jaff a8e12661c2 (fix) caching - get_cache_key - dont use set 2023-12-14 14:09:24 +05:30
ishaan-jaff ee6b936377 (test) caching - get cache key for embedding 2023-12-14 14:08:58 +05:30
ishaan-jaff 80fc8050eb (feat) proxy - model group alias 2023-12-14 13:24:10 +05:30
ishaan-jaff 77bcaaae9e (fix) proxy cli --version 2023-12-14 13:22:39 +05:30
ishaan-jaff b70bfbb06f (test) router - test_model_group_aliases 2023-12-14 13:16:44 +05:30
ishaan-jaff 841e941ecd (test) router - model_group_alias 2023-12-14 13:08:35 +05:30
ishaan-jaff b7a5ab5ffa (feat) proxy - use model_group_alias 2023-12-14 13:08:14 +05:30
ishaan-jaff 1e48f58443 (fix) custom_callback_input test 2023-12-14 12:40:07 +05:30
ishaan-jaff 241add8b33 (feat) proxy add --version 2023-12-14 12:28:42 +05:30
Krrish Dholakia 73e5b96d8e fix(utils.py): support cache logging for async router calls 2023-12-13 19:11:43 -08:00
Krrish Dholakia cffd190887 test(test_custom_callback_router.py): fix test 2023-12-13 19:06:02 -08:00
Krrish Dholakia 73ecc012a9 docs(embedding.md): add embedding docs to proxy 2023-12-13 18:58:46 -08:00
Krrish Dholakia 8d688b6217 fix(utils.py): support caching for embedding + log cache hits
n

n
2023-12-13 18:37:30 -08:00
Krrish Dholakia 0f29cda8d9 test(test_amazing_vertex_completion.py): fix testing 2023-12-13 16:41:26 -08:00
Krrish Dholakia e678009695 fix(vertex_ai.py): add exception mapping for acompletion calls 2023-12-13 16:35:50 -08:00
Krrish Dholakia b6b371b051 bump: version 1.14.0 → 1.14.1 2023-12-13 16:20:37 -08:00