Commit graph

12928 commits

Author SHA1 Message Date
Ishaan Jaff
1af3d34d8b fix OTEL semantic conventions does not exist 2024-06-11 12:28:38 -07:00
Ishaan Jaff
842b8337e6 fix opentelemetry-semantic-conventions-ai 2024-06-11 12:19:56 -07:00
Krrish Dholakia
318abde095 docs(users.md): fix typo 2024-06-10 22:37:30 -07:00
Krrish Dholakia
5c423caffd docs(users.md): fix typo 2024-06-10 22:36:46 -07:00
Krrish Dholakia
61834eed7b docs(users.md): add team reset budgets to docs 2024-06-10 22:29:55 -07:00
Ishaan Jaff
b875a72be8 docs - reliability 2024-06-10 21:54:38 -07:00
Ishaan Jaff
d628bf0bd3 fix azure falbacks test 2024-06-10 21:50:54 -07:00
Krrish Dholakia
2e49614230 fix(utils.py): exception map vertex ai 500 internal server errors 2024-06-10 21:37:54 -07:00
Ishaan Jaff
a7e9e5b3cb ui - new build 2024-06-10 21:11:33 -07:00
Ishaan Jaff
43eef61aa7 fix azure cost tracking 2024-06-10 21:09:55 -07:00
Ishaan Jaff
86971c76a1
Merge pull request #4116 from BerriAI/litellm_show_model_group_in_exceptions
fix - show `model group` in  Azure ContentPolicy exceptions
2024-06-10 20:53:53 -07:00
Krrish Dholakia
c5d7a6dbdb docs(bedrock.md): update docs with deprecation notice for passing in boto3.client 2024-06-10 20:39:00 -07:00
Ishaan Jaff
b4db464604 fix - show model group in exceptions 2024-06-10 20:30:31 -07:00
Krish Dholakia
55a20c7cce
Merge pull request #4084 from BerriAI/litellm_batch_add_team_members
fix(proxy_server.py): allow passing in a list of team members
2024-06-10 20:26:35 -07:00
Krish Dholakia
8379d58318
Merge pull request #4106 from BerriAI/litellm_anthropic_bedrock_tool_calling_fix
fix(bedrock_httpx.py): fix tool calling for anthropic bedrock calls w/ streaming
2024-06-10 20:21:16 -07:00
Ishaan Jaff
8d18583c67
Merge pull request #4108 from BerriAI/litellm_ui_fix_show_unique_model_names
ui - Fix Test Key dropdown
2024-06-10 20:08:43 -07:00
Ishaan Jaff
cae2100011
Merge pull request #4114 from msabramo/msabramo/assistants-doc-add-get-thread
`assistants.md`: Add "Get a Thread" example
2024-06-10 20:05:15 -07:00
Krrish Dholakia
82149b8cf4 test(test_text_completion.py): skip unstable test 2024-06-10 19:45:24 -07:00
Marc Abramowitz
717163780d assistants.md: Add "Get a Thread" example 2024-06-10 17:56:26 -07:00
Ishaan Jaff
8f1e3b8bce
Merge pull request #4112 from msabramo/msabramo/assistants-doc-remove-extra-trailing-backslash
`assistants.md`: Remove extra trailing backslash
2024-06-10 17:55:32 -07:00
Krrish Dholakia
3a01a485f7 docs(debugging.md): add controlling log level to docs 2024-06-10 17:39:33 -07:00
Marc Abramowitz
28fa8d294a assistants.md: Remove extra trailing backslash
that prevents `curl` command from working.
2024-06-10 17:35:02 -07:00
Krrish Dholakia
b2c9b5bbf4 feat(proxy/_logging.py): support controlling log level when json logs=True
allow user to control log level when json_logs=True
2024-06-10 17:33:43 -07:00
Ishaan Jaff
8f3c25d0c5
Merge pull request #4110 from msabramo/msabramo/enterpise
Fix typos: Enterpise -> Enterprise
2024-06-10 17:29:34 -07:00
Marc Abramowitz
8b30d3f4e9 Fix typos: Enterpise -> Enterprise 2024-06-10 17:26:31 -07:00
Ishaan Jaff
3347a58e11 ui - chat ui fix 2024-06-10 15:48:36 -07:00
Ishaan Jaff
fcd1d077f5 doc fix llm cord 2024-06-10 15:26:09 -07:00
Ishaan Jaff
bb915a80f1
Merge pull request #4107 from BerriAI/litellm_client_side_fallbacks
[Feat] Client Side Fallbacks
2024-06-10 15:23:56 -07:00
Ishaan Jaff
7e2ded9e8e docs - simple fallbacks 2024-06-10 15:07:33 -07:00
Ishaan Jaff
7f5621944d docs - client side fallbacks 2024-06-10 15:06:25 -07:00
Ishaan Jaff
dfe874c9e5 test - client side fallbacks 2024-06-10 15:00:36 -07:00
Ishaan Jaff
66fd69b704 docs - using client side fallbacks 2024-06-10 14:49:50 -07:00
Krrish Dholakia
65baa83928 fix(bedrock_httpx.py): returning correct finish reason on streaming completion 2024-06-10 14:47:49 -07:00
Ishaan Jaff
b52802bbfa doc - client side fallbacks 2024-06-10 14:33:42 -07:00
Ishaan Jaff
1656bbf03e doc - client side fallbacks 2024-06-10 14:33:32 -07:00
Ishaan Jaff
a9006b965f fix - support fallbacks as list 2024-06-10 14:32:28 -07:00
Krrish Dholakia
84652dd946 fix(bedrock_httpx.py): fix tool calling for anthropic bedrock calls w/ streaming
Fixes https://github.com/BerriAI/litellm/issues/4091
2024-06-10 14:20:25 -07:00
Ishaan Jaff
c98739284d
Merge pull request #4103 from BerriAI/litellm_log_auth_exceptions_to_otel
feat - log Proxy Server auth errors on OTEL
2024-06-10 14:10:02 -07:00
Ishaan Jaff
86dc750918
Merge pull request #4105 from BerriAI/litellm_view_spend_report_per_customer
[FEAT] - viewing spend report per customer / team
2024-06-10 13:52:21 -07:00
Ishaan Jaff
911ab53170 docs - get spend report per customer 2024-06-10 13:44:24 -07:00
Ishaan Jaff
f00fa12e69 feat - viewing spend report per customer / team 2024-06-10 12:58:24 -07:00
Ishaan Jaff
bf1fca8a40
Merge pull request #4104 from jakobdylanc/main
docs: fix llmcord.py side bar link
2024-06-10 12:58:13 -07:00
JakobDylanC
edc800afb9 docs: fix llmcord.py side bar link 2024-06-10 15:53:57 -04:00
Ishaan Jaff
6daeacb817
Merge pull request #4101 from jakobdylanc/main
docs: add llmcord.py to side bar nav
2024-06-10 12:39:57 -07:00
Ishaan Jaff
a27f7e2817 feat - log exceptions to OTEL 2024-06-10 12:34:18 -07:00
JakobDylanC
03ef4d683a docs: add llmcord.py to side bar nav 2024-06-10 13:48:24 -04:00
Ishaan Jaff
d5a1cc282e test fix - cohere API Made a breaking change 2024-06-10 09:36:46 -07:00
Ishaan Jaff
3ec907059f
Merge pull request #4099 from BerriAI/docs_controlling_cache
docs - cache controls on `litellm python SDK`
2024-06-10 09:20:41 -07:00
Ishaan Jaff
afa0b4eee8 docs - cache controls 2024-06-10 09:18:51 -07:00
Ishaan Jaff
68c74a1b7f
Merge pull request #4088 from BerriAI/litellm_support_-support_api_key_header
[Feature]: Proxy: Support API-Key header in addition to Authorization header
2024-06-10 09:03:19 -07:00