Krrish Dholakia
|
8f55e86527
|
test(test_amazing_vertex_completion.py): handle rate limit errors
|
2024-02-16 11:51:41 -08:00 |
|
Krrish Dholakia
|
d97369dcbe
|
fix(proxy_server.py): restrict model access for /v1/completions endpoint
|
2024-02-16 11:50:07 -08:00 |
|
Ishaan Jaff
|
691542ddf0
|
Merge pull request #2004 from BerriAI/litellm_track_spend_per_tag
[FEAT] Track spend per tag
|
2024-02-16 10:55:02 -08:00 |
|
ishaan-jaff
|
55bd08847c
|
(chore) fix spend tracking request tags
|
2024-02-16 10:53:33 -08:00 |
|
Andres Barbaro
|
1f054203bf
|
Add safety_settings parameter to gemini generate_content calls
|
2024-02-16 12:22:18 -06:00 |
|
ishaan-jaff
|
138f5ceb1e
|
(feat) view spend per tag
|
2024-02-16 10:16:48 -08:00 |
|
Krrish Dholakia
|
944afcb5d1
|
fix(main.py): map list input to ollama prompt input format
|
2024-02-16 09:57:51 -08:00 |
|
ishaan-jaff
|
23589a398a
|
(feat) log request_tags in SpendLogs
|
2024-02-16 09:52:25 -08:00 |
|
ishaan-jaff
|
097b46d948
|
(feat) view spend per tag
|
2024-02-16 08:51:23 -08:00 |
|
Krrish Dholakia
|
8640989a80
|
fix(proxy_server.py): re-add /team/info endpoint (fixing merge issue)
|
2024-02-16 08:49:37 -08:00 |
|
Krish Dholakia
|
70146c1d37
|
Merge pull request #1995 from BerriAI/litellm_langfuse_prompts
feat(langfuse.py): support langfuse prompt management
|
2024-02-15 23:57:00 -08:00 |
|
Krish Dholakia
|
999fab82f7
|
Merge branch 'main' into litellm_moderations_improvements
|
2024-02-15 23:08:25 -08:00 |
|
Krish Dholakia
|
9b60ef9a3c
|
Merge pull request #1916 from RenaLu/main
Add support for Vertex AI custom models deployed on private endpoint
|
2024-02-15 22:47:36 -08:00 |
|
Ishaan Jaff
|
3615094939
|
Merge pull request #1996 from BerriAI/litellm_track_spend_per_team
[FEAT] Track spend per team
|
2024-02-15 22:43:36 -08:00 |
|
ishaan-jaff
|
c4eae818ef
|
(fix) chat ui bug
|
2024-02-15 22:40:42 -08:00 |
|
ishaan-jaff
|
9bcf9ad531
|
(feat) schema.prisma
|
2024-02-15 22:10:45 -08:00 |
|
Krrish Dholakia
|
79efa64560
|
refactor(main.py): trigger rebuild
|
2024-02-15 21:53:09 -08:00 |
|
Krrish Dholakia
|
122d644e10
|
fix(test_async_fn.py): fix test
|
2024-02-15 21:51:06 -08:00 |
|
Ishaan Jaff
|
de6b4967a7
|
Merge pull request #1993 from BerriAI/litellm_track_team_id_langfuse_tags_metadata
[FEAT] Track team_id in langfuse tags, callback metadata
|
2024-02-15 21:42:12 -08:00 |
|
ishaan-jaff
|
88037b68b0
|
(feat) track spend per team
|
2024-02-15 21:41:48 -08:00 |
|
Krrish Dholakia
|
7698b4b7d7
|
build(schema.prisma): add permissions column to key table
|
2024-02-15 21:29:34 -08:00 |
|
Krrish Dholakia
|
a910490d3b
|
fix: fix tests
|
2024-02-15 21:27:54 -08:00 |
|
Krrish Dholakia
|
c37aad50ea
|
fix(utils.py): add more exception mapping for huggingface
|
2024-02-15 21:26:22 -08:00 |
|
Krrish Dholakia
|
1b844aafdc
|
fix(huggingface_restapi.py): fix hf streaming to raise exceptions
|
2024-02-15 21:25:12 -08:00 |
|
Krish Dholakia
|
1e238614c8
|
Merge pull request #1989 from BerriAI/litellm_redis_url_fix
fix(redis.py): fix instantiating redis client from url
|
2024-02-15 21:23:17 -08:00 |
|
Krrish Dholakia
|
dbb2939b98
|
feat(langfuse.py): support langfuse prompt management
|
2024-02-15 21:21:30 -08:00 |
|
ishaan-jaff
|
039617766f
|
(feat) track team_id in langfuse tags
|
2024-02-15 20:58:39 -08:00 |
|
Krrish Dholakia
|
0bf35b4a91
|
fix(huggingface_restapi.py): catch streaming errors
|
2024-02-15 20:55:21 -08:00 |
|
Krrish Dholakia
|
34fce00960
|
fix: dynamo_db.py
handle permissions row
|
2024-02-15 20:36:59 -08:00 |
|
Krrish Dholakia
|
cd8d35107b
|
fix: check key permissions for turning on/off pii masking
|
2024-02-15 20:16:15 -08:00 |
|
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 |
|