Commit Graph
12839 Commits
Author SHA1 Message Date
Ishaan JaffandGitHub a049a52fde Merge pull request #3942 from BerriAI/litellm_send_email_user_new
feat - `send_invite_email`  on /user/new
2024-05-31 17:28:32 -07:00
Ishaan Jaff 96adae900f feat - show user their email when they sign up 2024-05-31 16:52:47 -07:00
Ishaan Jaff 245ffbd3c7 fix - reset form when user cancels on add admin or add viewer 2024-05-31 16:42:20 -07:00
Ishaan Jaff 92d8e62072 ui - new build 2024-05-31 16:20:45 -07:00
Ishaan Jaff dd64ae2ec1 feat - onboarding/get_token 2024-05-31 16:20:10 -07:00
Krrish Dholakia 668c894e9a build(model_prices_and_context_window.json): add azure gpt-4o pricing 2024-05-31 15:44:19 -07:00
Ishaan Jaff d3fe3d6c8a fix - cancel out of invite link when it does not work 2024-05-31 13:36:29 -07:00
Ishaan Jaff dd8bafb647 fix - when general_settings is None 2024-05-31 13:19:06 -07:00
Ishaan JaffandGitHub 923f99530c Merge pull request #3945 from alexpeattie/update_mistral_models
(fix) Update Mistral model list and prices
2024-05-31 13:04:48 -07:00
Krrish Dholakia 20bd9332d4 build(model_prices_and_context_window.json): add gemini 1.5 flash + gemini-1.5-pro stable versions 2024-05-31 13:04:34 -07:00
Ishaan Jaff 83aa9151af fix test 2024-05-31 12:49:38 -07:00
Alex Peattie 6a899433df Update Mistral docs, copy backup file 2024-05-31 20:03:42 +02:00
Ishaan Jaff 0ed2099d71 fix test key gen prisma 2024-05-31 10:57:58 -07:00
Alex Peattie 9b6bea5c1d Add Codestral model, update prices 2024-05-31 19:56:09 +02:00
Krrish Dholakia 93c3635b64 fix: fix streaming with httpx client
prevent overwriting streams in parallel streaming calls
2024-05-31 10:55:18 -07:00
Ishaan Jaff 71721cfd06 fix - move email templates 2024-05-31 10:37:56 -07:00
Ishaan Jaff 838ab59a84 return correct fields in NewUserResponse 2024-05-31 10:31:19 -07:00
Ishaan JaffandGitHub 16f7bfde8b Merge pull request #3688 from Manouchehri/oidc-bedrock-3578
Add OIDC + unit test for bedrock httpx
2024-05-31 09:42:30 -07:00
Ishaan Jaff f3687f68e7 fix use send_invite_email on /key/generate 2024-05-31 09:14:25 -07:00
Ishaan Jaff 6b7f5a92b6 fix - add send_invite_email to GenerateKeyRequest 2024-05-31 09:12:14 -07:00
Ishaan JaffandGitHub d3baf1f569 Merge pull request #3943 from lj-wego/fix-pydantic-typo
Update model config definition to use v2 style
2024-05-31 09:09:27 -07:00
Ishaan Jaff f6d33a8998 ci/cd clarifai is an unstable provider, retry reqs 2024-05-31 09:03:28 -07:00
Ishaan Jaff 1921e51b95 feat - send_invite_email on /user/new 2024-05-31 08:55:49 -07:00
lj d6c1282f88 Update model config definition to use v2 style 2024-05-31 23:55:28 +08:00
Ishaan Jaff 3d3502e15b fix - test - config 2024-05-31 08:46:31 -07:00
Ishaan Jaff beffa4e398 ci/cd bump python v 2024-05-31 08:31:21 -07:00
Ishaan Jaff becae4ba1f ci/cd bump python v 2024-05-31 08:25:11 -07:00
Ishaan Jaff 3408035ed6 ci/cd run again 2024-05-31 08:23:02 -07:00
Ishaan Jaff d134216db3 ui fix 2024-05-31 08:22:38 -07:00
Ishaan JaffandGitHub 213a4b1ba5 Merge pull request #3875 from BerriAI/litellm_invite_link_flow_2
Allow admin to give invite links to others
2024-05-31 08:14:59 -07:00
Ishaan JaffandGitHub f9862be049 Merge branch 'main' into litellm_invite_link_flow_2 2024-05-31 08:14:52 -07:00
Ishaan Jaff 49952983e1 ci/cd bump python v 2024-05-31 08:10:47 -07:00
Ishaan Jaff 5002804d87 (ci/cd) run again 2024-05-31 07:58:11 -07:00
uid10804 928efe2d87 refactor(bedrock_httpx): change botocore reference 2024-05-31 16:57:28 +02:00
Ishaan Jaff 903528a3e2 (ci/cd) run again 2024-05-31 07:49:25 -07:00
Ishaan JaffandGitHub 050c2705bf Merge pull request #3938 from lj-wego/fix-circle-ci-pydantic-version
Update pydantic version in CI requirements.txt
2024-05-31 07:30:45 -07:00
Ishaan Jaff f569e61638 fix - model hub supported_openai_params 2024-05-31 07:27:21 -07:00
David Manouchehri d70d484e10 Fix: Use David's AWS account to pass unit tests. 2024-05-31 13:50:49 +00:00
David Manouchehri eb57b2c6d7 Fix OIDC tests. This should always work, even without IAM set up . 2024-05-31 13:48:52 +00:00
David Manouchehri 08ee4519b6 Add unit test for bedrock httpx oidc auth. 2024-05-31 12:44:53 +00:00
David Manouchehri 0ed01f430d fix(bedrock_httpx.py): Fix OIDC support. 2024-05-31 12:44:52 +00:00
David Manouchehri c301d0c5ca feat (bedrock_httpx.py): Add OIDC support for Amazon Bedrock with httpx. 2024-05-31 12:44:50 +00:00
lj f9d3627fca Update circle ci requirements.txt 2024-05-31 18:10:00 +08:00
uid10804 2f130b39c0 fix: add botocore credentials extraction and conversion
The code changes in `bedrock_httpx.py` add functionality to extract and convert AWS STS credentials to session credentials using botocore. This fixes later error in add_auth request when token needs to be assigned.
2024-05-31 12:02:34 +02:00
Krish DholakiaandGitHub deb87f71e3 Merge pull request #3670 from lj-wego/fix-pydantic-warnings-again
Fix warnings from pydantic
2024-05-30 22:57:21 -07:00
Krrish Dholakia e2b34165e7 feat(proxy_server.py): add assistants api endpoints to proxy server 2024-05-30 22:44:43 -07:00
Ishaan Jaff f52bf5976b fix - vertex ai cache clients 2024-05-30 21:22:32 -07:00
Ishaan Jaff 22f88de60b (ci/cd) run again v1.39.5-stable 2024-05-30 21:00:53 -07:00
Ishaan Jaff aada7b4bd3 ui new build v1.39.5 2024-05-30 20:59:51 -07:00
Ishaan Jaff 473ae19c2a bump: version 1.39.4 → 1.39.5 2024-05-30 20:58:03 -07:00