Commit Graph
11302 Commits
Author SHA1 Message Date
Ishaan Jaff 9b7db7ea47 gitignore updates 2024-04-08 18:59:23 -07:00
Ishaan Jaff afe58377a4 ui - new build 2024-04-08 18:53:56 -07:00
Ishaan Jaff c390d5fba0 bump: version 1.34.35 → 1.34.36 v1.34.36 2024-04-08 18:52:59 -07:00
Ishaan Jaff 1a96f52795 gitignore kub yaml 2024-04-08 18:30:28 -07:00
Ishaan Jaff 13e325f1f7 ui - add langfuse callback 2024-04-08 18:13:13 -07:00
Ishaan Jaff d95f3d5a23 dynamically set litellm callbacks 2024-04-08 18:13:13 -07:00
Krrish Dholakia 00ad3c687e build(ui): ui cleanup 2024-04-08 18:09:53 -07:00
Krrish Dholakia 633bd10365 build(ui): fix navbar 2024-04-08 17:51:17 -07:00
Krrish Dholakia e38ff06d01 fix(proxy_server.py): add more detailed debugging 2024-04-08 17:37:55 -07:00
Ishaan JaffandGitHub 2a69650e8c Merge pull request #2903 from BerriAI/litellm_set_new_callbacks_ui
ui - add langfuse modal
2024-04-08 17:37:38 -07:00
Ishaan Jaff e2a1872446 ui - new build 2024-04-08 17:35:23 -07:00
Ishaan Jaff 9412299b3a fix example config 2024-04-08 17:33:18 -07:00
Ishaan Jaff 90656bd203 ui - set langfuse callbacks 2024-04-08 17:32:20 -07:00
Ishaan Jaff 5f905b6584 ui - add langfuse modal 2024-04-08 16:57:49 -07:00
Ishaan Jaff 7fca81026d ui - fix showing hosted product 2024-04-08 16:26:57 -07:00
Krrish Dholakia 8f1872eaf3 fix(proxy_server.py): allow for no models in model_list - all models passed in via /model/new 2024-04-08 16:17:52 -07:00
Ishaan JaffandGitHub 0d925a6c55 Merge pull request #2902 from BerriAI/litellm_ui_set_get_callbacks
UI view set callbacks
2024-04-08 16:08:14 -07:00
Ishaan Jaff a6723ff3a5 feat - view callbacks set 2024-04-08 16:07:44 -07:00
Ishaan Jaff 7c315d25b4 ui - v0 show users callbacks set 2024-04-08 16:01:04 -07:00
Ishaan Jaff 3ee345477e proxy - add callbacks 2024-04-08 15:59:04 -07:00
Krrish Dholakia 5d196225e1 build(ui): ui updates 2024-04-08 15:38:27 -07:00
Ishaan Jaff de14e11d3e ui - return callbacks set on litellm 2024-04-08 15:25:11 -07:00
Krrish Dholakia baed85c2c2 fix(proxy_server.py): add info statement 2024-04-08 15:12:56 -07:00
Krrish Dholakia 5e46432dfe docs(demo.md): fix iframe link 2024-04-08 15:11:19 -07:00
Ishaan Jaff cb0350ef29 feat - write success callbacks to db 2024-04-08 15:03:18 -07:00
Krrish Dholakia 6dcf109a42 docs(demo.md): fix iframe link 2024-04-08 15:03:11 -07:00
Krrish Dholakia 009f548079 fix(proxy_server.py): allow /model/new feature flag to work via env 2024-04-08 14:57:19 -07:00
Krrish Dholakia f2e34f456d fix(main.py): trigger new build 1.34.35-stable v1.34.35 2024-04-08 14:33:38 -07:00
Krrish Dholakia 9b6775baa5 ci(config.yml): upgrade circle ci machine 2024-04-08 14:23:11 -07:00
Ishaan Jaff ea368cfb10 v0 - add a set callbacks page 2024-04-08 14:22:26 -07:00
Ishaan JaffandGitHub 682729a5be Merge pull request #2900 from BerriAI/litellm_ui_set_litellm_params
ui - pass extra litellm params
2024-04-08 13:40:08 -07:00
Ishaan Jaff 312e64623b ui - show extra litellm params 2024-04-08 13:38:59 -07:00
Krrish Dholakia a652a9b3e9 test(test_models.py): combine add + delete model test 2024-04-08 13:29:03 -07:00
Krrish Dholakia 3c6bc031de build(dockerfile): remove --config proxy_server_config.yaml from docker run
prevents startup errors with dockerfile
2024-04-08 13:23:56 -07:00
Ishaan Jaff 1bb07e54d4 ui - pass extra litellm params 2024-04-08 13:20:28 -07:00
Krrish Dholakia 75d2eb61b4 bump: version 1.34.34 → 1.34.35 v1.34.34.dev1 2024-04-08 12:19:46 -07:00
Krrish Dholakia 2fc169e6a0 refactor(main.py): trigger new build 2024-04-08 12:19:11 -07:00
Krrish Dholakia 48bfc45cb0 fix(utils.py): fix reordering of items for cached embeddings
ensures cached embedding item is returned in correct order
2024-04-08 12:18:24 -07:00
Ishaan Jaff 28e4706bfd test - re-order embedding responses 2024-04-08 12:02:40 -07:00
Krrish Dholakia d099591a09 docs(sidebars.js): refactor ordering 2024-04-08 07:30:08 -07:00
unclecode 5554e2c359 Continue fixing the issue #2832: Add protected_namespaces to another to Config class within the router.py 2024-04-08 12:49:40 +08:00
unclecode 1ace192155 Fix issue #2832: Add protected_namespaces to Config class within utils.py, router.py and completion.py to avoid the warning message. 2024-04-08 12:43:17 +08:00
Gregory NwosuandGitHub 559a4cde23 created defaults for response["eval_count"]
there is no way in litellm to disable the cache in ollama that is removing the eval_count response keys from the json.
This PR allows the code to create sensible defaults for when the response is empty
see 
- https://github.com/ollama/ollama/issues/1573
- https://github.com/ollama/ollama/issues/2023
2024-04-08 02:03:54 +01:00
Ishaan Jaff b4b882c5d6 bump: version 1.34.33 → 1.34.34 v1.34.34 2024-04-07 09:57:27 -07:00
Ishaan JaffandGitHub a5aef6ec00 Merge pull request #2879 from BerriAI/litellm_async_anthropic_api
[Feat] Async Anthropic API 97.5% lower median latency
2024-04-07 09:56:52 -07:00
David Manouchehri 8682573187 (fix) Langfuse v2 renamed a few things. 2024-04-07 04:31:25 +00:00
Ishaan JaffandGitHub 3b6b497672 Merge pull request #2882 from BerriAI/litellm_docs_fix
docs fix gpt-3.5-turbo-instruct-0914
2024-04-06 20:26:24 -07:00
Krrish Dholakia c60140a09a bump: version 1.34.32 → 1.34.33 v1.34.33 2024-04-06 19:44:29 -07:00
Krrish Dholakia 8a8b207fc9 refactor(main.py): trigger new build 2024-04-06 19:42:54 -07:00
Krrish Dholakia 6773341a08 test(test_alerting.py): remove duplicate test 2024-04-06 19:33:01 -07:00