Krrish Dholakia
d8d78bfb4f
fix(prometheus.py): fix metric name to be more accurate
...
change metric name from litellm_failed_requests_metric to litellm_llm_api_failed_requests_metric
2024-04-18 12:30:44 -07:00
Krrish Dholakia
28edb77350
fix(utils.py): support prometheus failed call metrics
2024-04-18 12:29:15 -07:00
Ishaan Jaff
192e0842c6
fix - show _vertex_project, _vertex_location in exceptions
2024-04-18 11:48:43 -07:00
Krrish Dholakia
05d6d9e45f
docs(user_keys.md): update docs
2024-04-18 11:45:19 -07:00
Nilanjan De
ca3d2fea56
fix for #2904 , remove XML characters in content
2024-04-18 22:42:32 +04:00
Ishaan Jaff
1cda0db2ca
fix - test alerting
2024-04-18 11:40:40 -07:00
Bram van Meurs
a55d690d89
add commit hash ref
2024-04-18 19:37:55 +01:00
Krrish Dholakia
5a17589884
docs(enterprise.md): update enterprise docs to cover features
2024-04-18 11:31:27 -07:00
Nilanjan De
ecfae6d465
update factory.py
2024-04-18 22:31:08 +04:00
Nilanjan De
e1fd463f8c
update factory.py
2024-04-18 22:27:11 +04:00
Ishaan Jaff
7f2114a75f
Merge pull request #3123 from kittinan/patch-1
...
Fix missing comma in Gemini document.
2024-04-18 11:17:27 -07:00
Ishaan Jaff
5e0dc57329
ui - set alert_types
2024-04-18 11:13:05 -07:00
alisalim17
a3f90ab735
fix: add missing tool_calls and function name to messages in mistral_api_pt
2024-04-18 20:49:01 +04:00
Nandesh Guru
c8b8f93184
Merge branch 'BerriAI:main' into main
2024-04-18 09:44:31 -07:00
Kittinan
c8bb76088b
Fix missing comma in Gemini document.
2024-04-18 22:57:48 +07:00
Ishaan Jaff
b7393eb549
ui - set selected alerts
2024-04-18 08:52:55 -07:00
Ishaan Jaff
a8e2ef79ef
add alert_types to config.yaml
2024-04-18 08:51:07 -07:00
Krish Dholakia
91fe668411
Merge pull request #3105 from BerriAI/litellm_fix_hashing
...
fix(_types.py): hash api key in UserAPIKeyAuth
2024-04-18 08:16:24 -07:00
Krrish Dholakia
c589841b7e
bump: version 1.35.12 → 1.35.13
2024-04-18 07:35:11 -07:00
Krrish Dholakia
0e208b435f
refactor(main.py): trigger new build
2024-04-18 07:34:09 -07:00
Krrish Dholakia
6eb8fe35c8
fix(utils.py): function_setup empty message fix
...
fixes https://github.com/BerriAI/litellm/issues/2858
2024-04-18 07:32:29 -07:00
Nilanjan De
c85018c780
update factory.py
2024-04-18 18:13:20 +04:00
Krrish Dholakia
b38c09c87f
fix(utils.py): fix azure streaming logic
2024-04-18 07:08:36 -07:00
Nilanjan De
4c7d94b2b4
update factory.py
2024-04-18 17:35:52 +04:00
Nilanjan De
7ca213e92f
update factory.py
2024-04-18 15:12:31 +04:00
Nilanjan De
f1f2204c2a
fix tool call errors using anthropic
2024-04-18 15:04:54 +04:00
Bram van Meurs
e9d3cd37d3
fix(build): .dockerignore not picked up
...
Using the git context of the build-push-action ignores the .dockerignore because it is pulled by buildkit. Instead use checkout action and use the path context.
2024-04-18 09:54:10 +01:00
alisalim17
5060d8d64f
fix: newline issue in cohere_message_pt
2024-04-18 11:10:31 +04:00
Krrish Dholakia
fa8a9568aa
docs(azure_ai.md): add azure mistral function calling example to proxy docs
2024-04-17 21:51:46 -07:00
Ishaan Jaff
29b1002b3b
ui - view and set alerting types
2024-04-17 21:26:37 -07:00
Ishaan Jaff
beeee01199
feat return alert types on /config/get/callback
2024-04-17 21:02:10 -07:00
Ishaan Jaff
20012b73ba
bump: version 1.35.11 → 1.35.12
2024-04-17 20:44:30 -07:00
Ishaan Jaff
3e8e0beb25
Merge pull request #3114 from BerriAI/litellm_fix_alerting_users
...
[FIX} Repeat Slack Alerts triggered for "User Crossed Budget"
2024-04-17 20:38:27 -07:00
Ishaan Jaff
9a5fd07f16
fix - user based alerting
2024-04-17 20:35:29 -07:00
Ishaan Jaff
180f2f957c
Merge pull request #3026 from Dev-Khant/add-claude-3-opus-vertex_ai
...
Support for Claude 3 Opus on vertex_ai
2024-04-17 20:35:22 -07:00
Dev Khant
c6ca226117
price info removed
2024-04-18 08:55:31 +05:30
Krish Dholakia
bcdf24e5aa
Merge pull request #3102 from BerriAI/litellm_vertex_ai_fixes
...
fix(vertex_ai.py): fix faulty async call tool calling check
2024-04-17 19:16:36 -07:00
Krrish Dholakia
14eb8c374b
test(test_completion.py): skip local test
2024-04-17 19:14:41 -07:00
Krrish Dholakia
a862201a84
fix(utils.py): exception mapping grpc none unknown error to api error
2024-04-17 19:12:40 -07:00
Krrish Dholakia
18e3cf8bff
fix(utils.py): support azure mistral function calling
2024-04-17 19:10:26 -07:00
Krish Dholakia
9c7179e66f
Merge pull request #3111 from BerriAI/litellm_streaming_fix
...
fix streaming special character flushing logic
2024-04-17 19:08:08 -07:00
Krrish Dholakia
0d2b400e91
test(test_function_calling.py): handle for when model returns a text response
2024-04-17 18:32:34 -07:00
Krrish Dholakia
fabc398acd
test(test_function_calling.py): fix test to check if tool call in response
2024-04-17 18:28:59 -07:00
Ishaan Jaff
c3dcbf2067
ui - new build
2024-04-17 18:22:23 -07:00
Ishaan Jaff
cd8d3d4788
ui - new build
2024-04-17 18:20:45 -07:00
Ishaan Jaff
7178da3144
bump: version 1.35.10 → 1.35.11
2024-04-17 18:20:31 -07:00
Ishaan Jaff
52d7fc22bb
v0 add types of alerts to slack alerting
2024-04-17 18:16:19 -07:00
Krrish Dholakia
c613a47c66
test(test_max_tpm_rpm_limiter.py): fix test to use hashed api key in cache check
2024-04-17 18:10:18 -07:00
Krish Dholakia
9c57ea23d2
Merge pull request #3109 from themrzmaster/main
...
add mixtral 8x22
2024-04-17 18:05:22 -07:00
Krrish Dholakia
15ae7a8314
fix(utils.py): fix streaming special character flushing logic
2024-04-17 18:03:40 -07:00