lucca
|
be265fbb15
|
initial
|
2024-04-04 16:58:51 -03:00 |
|
Krrish Dholakia
|
f88545261c
|
build(config.yml): add missing dep
|
2024-04-04 10:59:26 -07:00 |
|
Krrish Dholakia
|
98fa3ff1c5
|
refactor(main.py): trigger new build
|
2024-04-04 10:54:13 -07:00 |
|
Krrish Dholakia
|
861efda54d
|
ci(config.yml): reset config.yml
|
2024-04-04 10:53:29 -07:00 |
|
Krrish Dholakia
|
592241b4eb
|
fix(proxy_server.py): fix linting error
|
2024-04-04 10:40:32 -07:00 |
|
Krrish Dholakia
|
d34d6e0277
|
ci(config.yml): run linting test first
|
2024-04-04 10:33:30 -07:00 |
|
Krrish Dholakia
|
44a344e125
|
ci(config.yml): reorder steps - install deps first
|
2024-04-04 10:32:04 -07:00 |
|
Krrish Dholakia
|
ae96c2cfbd
|
build(config.yml): pip install mypy
|
2024-04-04 10:29:12 -07:00 |
|
Krrish Dholakia
|
468732947f
|
ci(config.yml): install pyyaml stubs
|
2024-04-04 10:27:57 -07:00 |
|
Krrish Dholakia
|
fbd8e8bc77
|
ci(config.yml): reorder test steps
|
2024-04-04 10:27:01 -07:00 |
|
Krrish Dholakia
|
62b8749fe8
|
build: trigger new build
|
2024-04-04 10:23:13 -07:00 |
|
Krrish Dholakia
|
f2e22ba17f
|
ci(config.yml): fix import
|
2024-04-04 10:22:12 -07:00 |
|
Krrish Dholakia
|
7f3a8d2a5e
|
build: trigger new build
|
2024-04-04 10:20:25 -07:00 |
|
Krrish Dholakia
|
3d46094f5a
|
ci(mypy.ini): ignore missing imports
|
2024-04-04 10:19:13 -07:00 |
|
Krrish Dholakia
|
c3e3ca9722
|
test(test_secret_manager.py): skip test - aws account suspended
|
2024-04-04 10:10:21 -07:00 |
|
Krrish Dholakia
|
a2c9482791
|
ci(circle_ci/requirements.txt): remove unused dependency
|
2024-04-04 10:01:33 -07:00 |
|
Krrish Dholakia
|
dfcb6bcbc5
|
test(test_completion.py): skip sagemaker test - aws account suspended
|
2024-04-04 09:52:24 -07:00 |
|
Krrish Dholakia
|
4b56f08cbe
|
test(test_models.py): fix delete model test
|
2024-04-04 08:46:08 -07:00 |
|
Ishaan Jaff
|
674499b41a
|
Merge pull request #2836 from rjmacarthy/main
Fix link to providers in README
|
2024-04-04 07:30:57 -07:00 |
|
Richard Macarthy
|
e6263fd31a
|
Fix link to providers
|
2024-04-04 15:04:07 +01:00 |
|
Krrish Dholakia
|
dd14b8cbaa
|
bump: version 1.34.25 → 1.34.26
|
2024-04-03 23:31:25 -07:00 |
|
Krish Dholakia
|
0c5b8a7667
|
Merge pull request #2827 from BerriAI/litellm_model_add_api
fix(proxy_server.py): persist models added via `/model/new` to db
|
2024-04-03 23:30:39 -07:00 |
|
Krrish Dholakia
|
292c96c0b2
|
build(requirements.txt): update requirements.txt
|
2024-04-03 23:27:10 -07:00 |
|
Krrish Dholakia
|
9fe1c26e0d
|
build(proxy_server_config.yaml): add store_model_in_db flag
|
2024-04-03 23:20:41 -07:00 |
|
Krrish Dholakia
|
346cd1876b
|
fix: raise correct error
|
2024-04-03 22:37:51 -07:00 |
|
Krrish Dholakia
|
20849cbbfc
|
fix(router.py): fix pydantic object logic
|
2024-04-03 21:57:19 -07:00 |
|
Krrish Dholakia
|
ef2f6ef6a2
|
test(test_acooldowns_router.py): fix tpm
|
2024-04-03 21:24:42 -07:00 |
|
Ishaan Jaff
|
fa44f45429
|
(ci/cd) run again
|
2024-04-03 21:02:08 -07:00 |
|
Ishaan Jaff
|
23336f62af
|
(ui) new ui build
|
2024-04-03 21:01:25 -07:00 |
|
Ishaan Jaff
|
fb741d96ca
|
test - voyage ai embedding
|
2024-04-03 20:54:35 -07:00 |
|
Ishaan Jaff
|
e154c5d834
|
Merge pull request #2828 from BerriAI/ui_fix_edit_key_showing_models
(ui) fix bug when editing keys - selecting models
|
2024-04-03 20:52:43 -07:00 |
|
Krish Dholakia
|
6bc48d7e8d
|
Merge branch 'main' into litellm_model_add_api
|
2024-04-03 20:29:44 -07:00 |
|
Ishaan Jaff
|
eb24398ee1
|
(ui) fix bug when editing
|
2024-04-03 20:29:25 -07:00 |
|
Krrish Dholakia
|
5fb46cf32e
|
build(schema.prisma): add proxy model table to prisma schema
|
2024-04-03 20:17:38 -07:00 |
|
Krrish Dholakia
|
f536fb13e6
|
fix(proxy_server.py): persist models added via /model/new to db
allows models to be used across instances
https://github.com/BerriAI/litellm/issues/2319 , https://github.com/BerriAI/litellm/issues/2329
|
2024-04-03 20:16:41 -07:00 |
|
Ishaan Jaff
|
d627c90bfd
|
ci/cd run again
|
2024-04-03 20:13:46 -07:00 |
|
Ishaan Jaff
|
aaf78abe86
|
(ci/cd) fix langfuse pydantic bug
|
2024-04-03 20:08:18 -07:00 |
|
Ishaan Jaff
|
a289ac62fd
|
bump: version 1.34.24 → 1.34.25
|
2024-04-03 19:42:50 -07:00 |
|
Ishaan Jaff
|
8207956982
|
ui - new build
|
2024-04-03 19:42:26 -07:00 |
|
Ishaan Jaff
|
b353820aed
|
Merge pull request #2825 from BerriAI/ui_fix_team_update
[UI] Fix Team Edit Bug
|
2024-04-03 19:41:30 -07:00 |
|
Ishaan Jaff
|
6edaaa92ab
|
fix team update bug
|
2024-04-03 19:38:07 -07:00 |
|
Ishaan Jaff
|
53412b3e6e
|
Merge pull request #2823 from BerriAI/ui_fix_delete_key_bug
UI - Fix deleting a key - (this was flaky and would randomly fail)
|
2024-04-03 18:37:00 -07:00 |
|
Ishaan Jaff
|
4795fced10
|
fix deleting a key on ui
|
2024-04-03 18:33:16 -07:00 |
|
Ishaan Jaff
|
d36814104c
|
Merge pull request #2822 from BerriAI/litellm_ui_fix_edit_key
FIXED - ui edit keys bug (Edit did not work for a pre-existing key)
|
2024-04-03 18:25:28 -07:00 |
|
Ishaan Jaff
|
47a456b819
|
Merge pull request #2821 from BerriAI/litellm_ui_qa_fixes
[FEAT] UI - simplify creating Keys (clean up form and require a model to be selected on UI)
|
2024-04-03 18:23:34 -07:00 |
|
Ishaan Jaff
|
79be7239a2
|
fix - ui edit keys bug
|
2024-04-03 18:23:22 -07:00 |
|
Ishaan Jaff
|
29f2459151
|
ui - simplify create key form
|
2024-04-03 18:07:08 -07:00 |
|
Ishaan Jaff
|
82c19da006
|
fix using stable
|
2024-04-03 15:37:03 -07:00 |
|
Ishaan Jaff
|
16603bfa76
|
add stable param
|
2024-04-03 15:29:15 -07:00 |
|
Krrish Dholakia
|
30f71e6ad0
|
build(config.yml): pin langfuse version
|
2024-04-03 15:26:16 -07:00 |
|