Commit Graph
3734 Commits
Author SHA1 Message Date
Krrish Dholakia 80c9c58f88 build(litellm_server/main.py): adding print_verbose for better logging 2023-10-28 13:43:51 -07:00
Krrish Dholakia 6fdca38442 build(litellm_server/main.py): accomodate forward slash in azure url 2023-10-28 13:32:31 -07:00
Krrish Dholakia 9eb53acd8e build(litellm_server/main.py): make /chat/completions azure compatible 2023-10-28 13:25:22 -07:00
Krrish Dholakia 438b285451 build(litellm_server/main.py): add support for proxying azure endpoint 2023-10-28 13:18:43 -07:00
Ishaan JaffandGitHub 914067227a Merge pull request #713 from josearangos/main
refactor Contributing to documentation steps
2023-10-28 12:39:40 -07:00
ishaan-jaff 2272a5d1fa (docs) cleanup remove bload - ab test lllms 2023-10-28 12:34:40 -07:00
Ishaan JaffandGitHub 86022f8e67 Update README.md 2023-10-28 12:29:44 -07:00
Ishaan JaffandGitHub 489d45cdfd Update README.md 2023-10-28 12:25:58 -07:00
josearangos cc7b06f8e4 refactor Contributing to documentation steps 2023-10-28 14:25:01 -05:00
Krrish Dholakia 347a5c46e2 docs(simple_proxy.md): adding NeMO Guardrails tutorial to docs 2023-10-28 12:17:16 -07:00
Krrish Dholakia b178596d05 test(test_streaming.py): commenting out sagemaker test due to aws key issue 2023-10-28 12:10:07 -07:00
Krish DholakiaandGitHub 82b190f94d Update README.md 2023-10-28 11:47:50 -07:00
Krish DholakiaandGitHub e7ff90fc39 Update README.md 2023-10-28 11:46:53 -07:00
ishaan-jaff d5e6777973 (fix) remove bloat completion_with_split_tests 2023-10-27 18:13:30 -07:00
ishaan-jaff 224a0b9367 (fix) remove bloat - rate limit manager 2023-10-27 18:11:54 -07:00
ishaan-jaff cac320f74e (fix) remove bloat - ratelimitmanager 2023-10-27 18:11:39 -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 bdc96d6390 (docs) improve sentry callback 2023-10-27 16:33:12 -07:00
ishaan-jaff 7508ef958c (test) add sentry callback test 2023-10-27 16:25:02 -07:00
ishaan-jaff 933cc235c3 (test) sentry callback 2023-10-27 16:25:02 -07:00
ishaan-jaff 1d955e7b07 (docs) use sentry DSN to send data 2023-10-27 16:25:02 -07:00
ishaan-jaff b3776fc0d8 (fix) use sentry dsn instead of sentry API URL 2023-10-27 16:25:02 -07:00
Krrish Dholakia 0ee9c61090 build(litellm_server): add support for global settings 2023-10-27 16:24:54 -07:00
Krrish Dholakia e54f5d801e bump: version 0.12.5 → 0.12.6 2023-10-27 16:00:42 -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
Krish DholakiaandGitHub ab3b067754 Update README.md 2023-10-27 13:48:16 -07:00
Krish DholakiaandGitHub c9a78e866a Update README.md 2023-10-27 12:31:06 -07:00
Krrish Dholakia d011a4b5ea build(litellm_server/main.py): fix config loading 2023-10-27 11:42:58 -07:00
ishaan-jaff 05795551f2 (test) comment out traceloop test 2023-10-27 11:27:44 -07:00
Krish DholakiaandGitHub de29df1c7f Update README.md 2023-10-27 11:07:16 -07:00
Krish DholakiaandGitHub e9eafd96f0 Update README.md 2023-10-27 11:02:47 -07:00
Krish DholakiaandGitHub c6f00398ee Update README.md 2023-10-27 11:00:12 -07:00
Krrish Dholakia cd9b671cfe build(litellm_server/main.py): accept config file in /chat/completions 2023-10-27 10:46:32 -07:00
ishaan-jaff dca28667fa (fix) make /v1/models get 2023-10-27 10:42:30 -07:00
ishaan-jaff 35ffde257d (test) fix traceloop sdk version 2023-10-27 10:25:43 -07:00
ishaan-jaff 6515eef382 (fix) bedrock region name defaults to None 2023-10-27 10:17:45 -07:00
ishaan-jaff 1eb720e447 (test) traceloop logging fixes 2023-10-27 10:12:58 -07:00
ishaan-jaff 925d5caee4 (temp) comment out test traceloop until it's fixed 2023-10-27 10:07:29 -07:00
ishaan-jaff 63928fa166 (feat) use usage class for model responses for cohere, hf, tg ai, cohere 2023-10-27 09:58:47 -07:00
ishaan-jaff 194f85e92f (feat) add model_response.usage.completion_tokens for bedrock, palm, petals, sagemaker 2023-10-27 09:51:50 -07:00
ishaan-jaff 97d237a896 (fix) ci/cd traceloop-sdk 2023-10-27 09:49:37 -07:00
Krish DholakiaandGitHub b50300ab7e Update README.md 2023-10-27 09:45:34 -07:00
ishaan-jaff 8e36f667e5 (test) vertex ai use usage class 2023-10-27 09:39:55 -07:00
ishaan-jaff dcdbd02a67 (fix) remove errant print statement 2023-10-27 09:38:53 -07:00
ishaan-jaff 3691dc9b08 (feat) use usage class for vertex ai 2023-10-27 09:38:37 -07:00
ishaan-jaff 692bb3f4e9 (test) usage class for anthropic 2023-10-27 09:33:21 -07:00