Commit graph

533 commits

Author SHA1 Message Date
ishaan-jaff
ce462824be (feat) add support for echo for HF logprobs 2023-10-31 18:20:59 -07:00
ishaan-jaff
1ada3a13d4 (feat) text_completion return raw response for davinci003 2023-10-31 15:32:04 -07:00
Krrish Dholakia
0ed3917b09 feat(main.py): add support for maritalk api 2023-10-30 17:36:51 -07:00
ishaan-jaff
494c5e8345 (docs) completion_with_config 2023-10-30 14:29:40 -07:00
ishaan-jaff
c61fa70ba0 (docs) encode docstring 2023-10-30 14:10:29 -07:00
ishaan-jaff
c7752be7d3 (docs) add docstring for validate_environment 2023-10-30 14:06:55 -07:00
ishaan-jaff
362e8519ef def get_valid_models():
(docs) add docstring for
2023-10-30 14:05:09 -07:00
ishaan-jaff
4a32272bfd (docs) add doc string for check_valid_api_key 2023-10-30 14:02:31 -07:00
ishaan-jaff
d2ff7a17df (feat) track cost for responses easily 2023-10-28 15:08:35 -07:00
ishaan-jaff
bf5e8bd0ea (feat) set litellm_call_id in fallbacks 2023-10-27 18:09:00 -07:00
ishaan-jaff
b0970827d3 (fix) utils - remove bloat - deprecated completion_with_split_tests 2023-10-27 18:04:15 -07:00
ishaan-jaff
fe4ef2bd57 (fix) only set litellm call id if it's not set in completion() 2023-10-27 18:02:14 -07:00
ishaan-jaff
e260a9cf2f (fix) remove print statements from completion fallbacks, make them print verbose 2023-10-27 17:54:48 -07:00
ishaan-jaff
ad2afae31d (fix) remove bloat - rate limite manager 2023-10-27 17:47:45 -07:00
ishaan-jaff
b3776fc0d8 (fix) use sentry dsn instead of sentry API URL 2023-10-27 16:25:02 -07:00
Krrish Dholakia
afe14c8a96 fix(utils.py/completion_with_fallbacks): accept azure deployment name in rotations 2023-10-27 16:00:42 -07:00
ishaan-jaff
dcdbd02a67 (fix) remove errant print statement 2023-10-27 09:38:53 -07:00
ishaan-jaff
962e75eb70 (feat) create a usage class in ModelResponse, use it for anthropic 2023-10-27 09:32:10 -07:00
ishaan-jaff
1aa53f6322 (fix) trim_messages util docstring 2023-10-27 08:35:48 -07:00
Krrish Dholakia
6ef5bca042 fix(utils.py): adding bedrock to validate_environment() 2023-10-26 18:14:28 -07:00
Krrish Dholakia
ffa036566b build(litellm_server/main.py): fix keys in environment 2023-10-26 16:54:15 -07:00
Krrish Dholakia
c1b2553827 fix(utils.py): adding support for anyscale models 2023-10-25 09:08:10 -07:00
Krish Dholakia
b86c679e71
Merge pull request #647 from nirga/traceloop-bug
fix: bugs in traceloop integration
2023-10-24 17:38:30 -07:00
ishaan-jaff
b3dc1eccc3 (fix) utils.token trimming ensure new length always greater than 0 2023-10-24 16:03:11 -07:00
ishaan-jaff
81ce24b96e (fix) utils.token trimming, hanging for large messages 2023-10-24 16:03:11 -07:00
Krrish Dholakia
5c8a4f51d5 fix(utils.py): allow url to be passed to model cost map 2023-10-24 15:38:05 -07:00
Krrish Dholakia
2c371bb8d1 refactor(test_async_fn.py): refactor for testing 2023-10-24 12:46:30 -07:00
Krrish Dholakia
f12dc5df21 fix(vertex_ai.py): fix output parsing 2023-10-24 12:08:22 -07:00
Krrish Dholakia
653863f787 test(test_router.py): fixing router testing 2023-10-24 10:21:10 -07:00
Krrish Dholakia
c34e9d73ff fix(openai-proxy/utils.py): adding caching 2023-10-23 17:01:03 -07:00
ishaan-jaff
aa6a01904d (fix) get_llm_provider 2023-10-20 15:00:21 -07:00
ishaan-jaff
61dd4f167f (feat) native perplexity support 2023-10-20 14:29:07 -07:00
Krrish Dholakia
1f1cf7a11c feat(main.py): support multiple deployments in 1 completion call 2023-10-20 13:01:53 -07:00
Krrish Dholakia
4eeadd284a feat(utils.py): adding encode and decode functions 2023-10-20 11:59:47 -07:00
Krrish Dholakia
4198901a2d docs(token_usage.md): adding new register model function 2023-10-19 18:33:53 -07:00
Krrish Dholakia
8dda69e216 feat(utils.py): add register model helper function 2023-10-19 18:26:36 -07:00
ishaan-jaff
310d65bd62 (feat) failure handler - log exceptions when incorrect model passed and result=None 2023-10-19 09:11:58 -07:00
ishaan-jaff
5cf3c3dc86 (fix) allow using more than 1 custom callback 2023-10-19 09:11:58 -07:00
Nir Gazit
c21e86faec fix: bugs in traceloop integration 2023-10-19 17:23:51 +02:00
ishaan-jaff
f2d8e43f67 (feat) add langsmith logger to litellm 2023-10-18 11:39:37 -07:00
ishaan-jaff
0c090e3675 (fix) update docstring for get_max_tokens 2023-10-18 09:16:34 -07:00
ishaan-jaff
5fd7720029 (feat) weights & biases logger 2023-10-17 18:01:53 -07:00
Krrish Dholakia
a7c3fc2fd9 fix(utils.py): mapping azure api version missing exception 2023-10-17 17:12:51 -07:00
Krrish Dholakia
dcb866b353 docs(proxy_server.md): update proxy server docs to include multi-agent autogen tutorial 2023-10-17 09:22:34 -07:00
Krrish Dholakia
541a8b7bc8 fix(proxy_server): improve error handling 2023-10-16 19:42:53 -07:00
Zeeland
9f6138ef0e fix: llm_provider add openai finetune compatibility 2023-10-16 18:44:45 +08:00
ishaan-jaff
7848f1b5b7 (feat) new function_to_dict litellm.util 2023-10-14 18:26:15 -07:00
ishaan-jaff
8f0dd53079 (fix) handle deepinfra/mistral temp for mistral 2023-10-14 16:47:25 -07:00
Krrish Dholakia
7358d2e4ea bump: version 0.8.4 → 0.8.5 2023-10-14 16:43:06 -07:00
ishaan-jaff
97fc44db53 (feat) add doc string for litellm.utils 2023-10-14 16:12:21 -07:00