Krrish Dholakia
|
cccd577e75
|
feat(proxy_server.py): expose new permissions field for keys
|
2024-02-15 20:03:32 -08:00 |
|
Krrish Dholakia
|
eb45df16f1
|
fix(test_streaming.py): handle hf tgi zephyr not loading for streaming issue
|
2024-02-15 19:24:02 -08:00 |
|
Krrish Dholakia
|
81e782c67e
|
feat(proxy_server.py): support key-level permissions
|
2024-02-15 19:13:10 -08:00 |
|
Krrish Dholakia
|
31c8d62ac2
|
fix(test_async_fn.py): handle hf tgi model not being loaded yet
|
2024-02-15 18:38:03 -08:00 |
|
Krrish Dholakia
|
e745502032
|
test(test_async_fn.py): handle hf tgi model not being loaded yet
|
2024-02-15 18:37:32 -08:00 |
|
ishaan-jaff
|
daa61cfdb6
|
(fix) merge conflicts
|
2024-02-15 18:34:53 -08:00 |
|
Ishaan Jaff
|
41302ed903
|
Merge branch 'main' into litellm_allow_users_use_generic_api_logger
|
2024-02-15 18:27:25 -08:00 |
|
ishaan-jaff
|
ec16b536a1
|
(fix) merge conflict
|
2024-02-15 18:25:19 -08:00 |
|
Krrish Dholakia
|
4c4ced18b2
|
test(test_exceptions.py): fix test to handle service unavailable error
|
2024-02-15 18:19:52 -08:00 |
|
Krrish Dholakia
|
74381a2d06
|
fix(caching.py): use print verbose for logging error
|
2024-02-15 18:12:09 -08:00 |
|
Krrish Dholakia
|
aa78f55dff
|
fix(utils.py): add try-except around the tiktoken local import
|
2024-02-15 17:57:31 -08:00 |
|
Krrish Dholakia
|
66c7e35a97
|
fix(redis.py): fix instantiating redis client from url
|
2024-02-15 17:48:00 -08:00 |
|
ishaan-jaff
|
cb7f380829
|
(fix) custom api testing
|
2024-02-15 17:25:30 -08:00 |
|
ishaan-jaff
|
56fba95b4a
|
(fix) importing enterprise features
|
2024-02-15 17:24:27 -08:00 |
|
ishaan-jaff
|
07afefea34
|
(chore) debug sys path docker error
|
2024-02-15 17:23:07 -08:00 |
|
Krrish Dholakia
|
74c7cb2898
|
test(test_completion.py): skip flaky test
|
2024-02-15 16:38:22 -08:00 |
|
Krrish Dholakia
|
ad2deac958
|
build(schema.prisma): drop direct_url support for prisma - caused build time issues
|
2024-02-15 16:23:27 -08:00 |
|
Krrish Dholakia
|
3a5d40f4b9
|
fix(utils.py): fix local tiktoken package import
|
2024-02-15 16:18:54 -08:00 |
|
ishaan-jaff
|
47b8715d25
|
(feat) fix api callback imports
|
2024-02-15 16:15:36 -08:00 |
|
ishaan-jaff
|
3e90acb750
|
(feat) support headers for generic API logger
|
2024-02-15 13:50:01 -08:00 |
|
ishaan-jaff
|
4e8a94b916
|
(feat) log with generic logger
|
2024-02-15 13:43:16 -08:00 |
|
Krish Dholakia
|
78bff46d4a
|
Merge pull request #1947 from sorokine/main
Update utils.py: switched from pkg_resources to importlib.resources for `filename` stored in the `os.environ(TIKTOKEN_CACHE_DIR)`
|
2024-02-14 22:02:35 -08:00 |
|
Krrish Dholakia
|
204123f1cd
|
refactor(main.py): trigger rebuild
|
2024-02-14 21:57:08 -08:00 |
|
Krrish Dholakia
|
5ef33b1d5e
|
fix(proxy_server.py): fix merge conflicts
|
2024-02-14 21:55:34 -08:00 |
|
Krish Dholakia
|
122ad77d56
|
Merge pull request #1952 from BerriAI/litellm_aioboto3_sagemaker
Implements aioboto3 for sagemaker
|
2024-02-14 21:47:22 -08:00 |
|
Krish Dholakia
|
57654f4533
|
Merge branch 'main' into litellm_aioboto3_sagemaker
|
2024-02-14 21:46:58 -08:00 |
|
Krish Dholakia
|
856aa9c30b
|
Merge branch 'main' into litellm_team_settings
|
2024-02-14 21:45:59 -08:00 |
|
Krrish Dholakia
|
97ccc00a76
|
refactor(main.py): trigger rebuild
|
2024-02-14 21:04:39 -08:00 |
|
Krrish Dholakia
|
8717ee6d9a
|
feat(proxy_server.py): enable /team/info endpoint
|
2024-02-14 18:12:18 -08:00 |
|
ishaan-jaff
|
f2d6aab8f5
|
(feat) proxy - use acces groups
|
2024-02-14 17:23:25 -08:00 |
|
ishaan-jaff
|
d4ffc98a39
|
(feat) model access groups
|
2024-02-14 17:20:50 -08:00 |
|
Krrish Dholakia
|
c094db7160
|
feat(proxy_server.py): working /team/new endpoint for creating a new team
|
2024-02-14 17:20:41 -08:00 |
|
Ishaan Jaff
|
6b9d018522
|
Merge pull request #1978 from BerriAI/litellm_support_custom_sso_providers
[FEAT] Support Generic SSO provider on Admin UI
|
2024-02-14 16:02:39 -08:00 |
|
Rena Lu
|
9c45bfdb70
|
handle optional params
|
2024-02-14 23:27:16 +00:00 |
|
Krrish Dholakia
|
fccacaf91b
|
fix(lowest_latency.py): consistent time calc
|
2024-02-14 15:03:35 -08:00 |
|
ishaan-jaff
|
39ef93e9d0
|
(feat) use generic provider in sso
|
2024-02-14 15:01:43 -08:00 |
|
Krish Dholakia
|
a6d5d0f714
|
Merge pull request #1935 from stephenleo/main
fix(lowest_latency.py): fix latency calc (lower better)
|
2024-02-14 14:59:11 -08:00 |
|
Krrish Dholakia
|
d589061a9c
|
refactor(proxy_server.py): initial stubbed endpoints for team management
|
2024-02-14 14:54:29 -08:00 |
|
Rena Lu
|
02c58a9760
|
update request strings
|
2024-02-14 17:15:16 -05:00 |
|
Rena Lu
|
8c39a631d3
|
update request string
|
2024-02-14 22:11:55 +00:00 |
|
ishaan-jaff
|
1820884093
|
(feat) show generic sso debug info
|
2024-02-14 13:27:04 -08:00 |
|
ishaan-jaff
|
54cb7b5102
|
(feat) support generic sso provider on UI
|
2024-02-14 13:23:07 -08:00 |
|
Ishaan Jaff
|
ed8f507536
|
Merge pull request #1974 from BerriAI/litellm_proxy_add_moderations_endpoint
[FEAT] Proxy Add /moderations endpoint
|
2024-02-14 13:07:34 -08:00 |
|
Krrish Dholakia
|
2d9ecff85b
|
refactor(main.py): trigger rebuild
|
2024-02-14 11:55:54 -08:00 |
|
Krrish Dholakia
|
fe1fe70c64
|
fix(vertex_ai.py): map finish reason
|
2024-02-14 11:42:13 -08:00 |
|
ishaan-jaff
|
a575efb4ee
|
(fix) fix moderation test
|
2024-02-14 11:40:58 -08:00 |
|
ishaan-jaff
|
573515ec3d
|
(docs) add moderations endpoint to docs
|
2024-02-14 11:34:18 -08:00 |
|
ishaan-jaff
|
5408a6de3d
|
(feat) proxy add amoderation endpoint
|
2024-02-14 11:03:23 -08:00 |
|
ishaan-jaff
|
693efc8e84
|
(feat) add moderation on router
|
2024-02-14 11:00:09 -08:00 |
|
ishaan-jaff
|
2bd056f525
|
(feat) add text-moderation OpenAI models
|
2024-02-14 10:34:20 -08:00 |
|