Commit Graph

11302 Commits

Author SHA1 Message Date
Ishaan Jaff
38201ac7e3
Merge pull request #2301 from BerriAI/litellm_log_api_base_spend_logs
[FEAT] log api_base in spend logs
2024-03-02 12:08:16 -08:00
ishaan-jaff
0418ba5fc3 (feat) log api_base in spend logs 2024-03-02 12:02:06 -08:00
Krrish Dholakia
eedd446a6a fix(proxy_server.py): fix pydantic versioning issue 2024-03-02 12:01:05 -08:00
Krrish Dholakia
5feea04831 build: update schema.prisma 2024-03-02 11:59:17 -08:00
Krrish Dholakia
2602102ce6 feat(proxy_server.py): enable /organizations/new endpoint
allows admins to create organizations which can own teams
2024-03-02 11:55:16 -08:00
Ishaan Jaff
0c8258c522
Merge pull request #2298 from BerriAI/litellm_show_api_base_in_response_taking_too_long
[FEAT] Slack Alerts show api base in response taking too long
2024-03-02 11:48:21 -08:00
Vince Loewe
f2a0156e88 Merge branch 'main' of github.com:lunary-ai/litellm 2024-03-02 11:15:26 -08:00
Vince Loewe
bff53a0698 remove useless logging 2024-03-02 11:15:21 -08:00
ishaan-jaff
868a415aa0 Revert "(feat) track used api_base in response"
This reverts commit 3aba9019ac.
2024-03-02 11:12:09 -08:00
ishaan-jaff
127bc743b2 (feat) cleanup 2024-03-02 11:09:40 -08:00
ishaan-jaff
0bb45b33fd (feat) send api_base 2024-03-02 11:06:03 -08:00
Tim Xia
12d7ea914a update comments 2024-03-02 13:34:39 -05:00
Tim Xia
a4e24761a0 map optional params 2024-03-02 13:25:04 -05:00
ishaan-jaff
3aba9019ac (feat) track used api_base in response 2024-03-02 10:06:33 -08:00
Krrish Dholakia
468995b288 docs(supported_embeddings.md): add vertex ai embeddings to docs 2024-03-02 09:34:01 -08:00
Krish Dholakia
ea1e0f5ad9
Merge pull request #2292 from BerriAI/litellm_mistral_streaming_error
fix(utils.py): handle mistral streaming error
2024-03-02 07:48:14 -08:00
Krish Dholakia
811feb361d
Merge pull request #2294 from mkhludnev/validate_env_ollama
utils.validate_environment to handle OLLAMA_API_BASE env
2024-03-02 07:48:04 -08:00
Mikhail Khludnev
381858139e utils.validate_environment to handle OLLAMA_API_BASE env 2024-03-02 13:41:59 +03:00
Krrish Dholakia
39037d1e22 fix(utils.py): handle mistral streaming error 2024-03-01 21:23:10 -08:00
Tim Xia
67110df3e1 change to snake case 'cause of aws docs 2024-03-02 00:07:21 -05:00
Ishaan Jaff
d494941dcc
Merge pull request #2285 from Linutux/patch-1
Update deploy.md / Update path to docker-compose.yml
2024-03-01 21:02:32 -08:00
Tim Xia
2c97b952ea follow camelcase convention 2024-03-01 23:58:03 -05:00
Krrish Dholakia
d3a742efc8 docs(supported_embedding.md): add vertex ai embeddings to docs 2024-03-01 20:57:23 -08:00
Tim Xia
bf92f84b00 update prices and context window 2024-03-01 23:53:16 -05:00
Krrish Dholakia
57f37f7438 bump: version 1.28.7 → 1.28.8 2024-03-01 20:51:19 -08:00
Krrish Dholakia
c1ba512ae8 refactor(main.py): trigger new build 2024-03-01 20:51:07 -08:00
Ishaan Jaff
4499101a48
Merge pull request #2291 from BerriAI/litellm_fix_slack_alerting
[FEAT] neatly format slack alerts
2024-03-01 20:49:50 -08:00
Krrish Dholakia
f006b6b003 build(ui): enable seeing top spending end users for a given api key 2024-03-01 20:47:19 -08:00
ishaan-jaff
be2243a4d3 (feat) neatly format slack alerts 2024-03-01 20:45:22 -08:00
Tim Xia
dc84e28c41 update docs for supported models 2024-03-01 23:34:04 -05:00
Tim Xia
2321f19fe7 comment out tests 2024-03-01 23:28:25 -05:00
Tim Xia
58ed6e77de add assertion for test 2024-03-01 23:27:02 -05:00
Tim Xia
b4dc7f0f17 Add AmazonMistralConfig 2024-03-01 23:14:00 -05:00
Ishaan Jaff
2f50a660bc
Merge pull request #2289 from BerriAI/litellm_add_gpt-3.5-turbo-instruct-0914
(feat) New Models -  add OpenAI / Azure gpt-3.5-turbo-instruct-0914
2024-03-01 20:04:15 -08:00
ishaan-jaff
d1465ed57e (feat) add gpt-3.5-turbo-instruct-0914 2024-03-01 20:02:12 -08:00
Krish Dholakia
6dc85ed8e3
Merge pull request #2287 from BerriAI/litellm_end_user_per_key_spend
feat(proxy_server.py): return top 100 end users for a given key
2024-03-01 19:51:56 -08:00
Tim Xia
8907b2733a skip test but it did work locally 2024-03-01 22:49:31 -05:00
Tim Xia
739f4f05f6 add support for bedrock mistral models 2024-03-01 22:45:54 -05:00
Krrish Dholakia
5e516522fb docs(azure.md): improve azure docs 2024-03-01 19:40:55 -08:00
Krrish Dholakia
42da196092 feat(proxy_server.py): return top 100 end users for a given key 2024-03-01 19:13:24 -08:00
Simon Zöllner
57bde371d6
Update deploy.md / Update path to docker-compose.yml
The file seems to have been moved
2024-03-01 23:32:47 +01:00
Vince Loewe
05c0fa8b9b
Merge branch 'main' into main 2024-03-01 13:37:17 -08:00
Krish Dholakia
f9ef3ce32d
Merge pull request #2281 from mkhludnev/fix#2260-2261
fix #2260 #2261
2024-03-01 13:23:01 -08:00
ishaan-jaff
edab94c0a6 (docs) load balancing on proxy 2024-03-01 12:28:59 -08:00
Krish Dholakia
64754dad52
Merge pull request #2277 from BerriAI/litellm_team_member_delete
feat(proxy_server.py): add new team_member delete endpoint
2024-03-01 11:50:16 -08:00
ishaan-jaff
295d36a383 (docs) load balancing 2024-03-01 11:46:42 -08:00
ishaan-jaff
45728fb43f bump: version 1.28.6 → 1.28.7 2024-03-01 11:39:29 -08:00
Ishaan Jaff
c3dda90d73
Merge pull request #2282 from BerriAI/litellm_show_monthly_spend_ui
(feat) show monthly predicted spend
2024-03-01 11:37:57 -08:00
ishaan-jaff
acdd496f87 (feat) new ui build 2024-03-01 11:33:46 -08:00
Mikhail Khludnev
8363e24e58 fix #2260 #2261 2024-03-01 21:46:57 +03:00