Krish Dholakia
|
d57be47b0f
|
Litellm ruff linting enforcement (#5992)
* ci(config.yml): add a 'check_code_quality' step
Addresses https://github.com/BerriAI/litellm/issues/5991
* ci(config.yml): check why circle ci doesn't pick up this test
* ci(config.yml): fix to run 'check_code_quality' tests
* fix(__init__.py): fix unprotected import
* fix(__init__.py): don't remove unused imports
* build(ruff.toml): update ruff.toml to ignore unused imports
* fix: fix: ruff + pyright - fix linting + type-checking errors
* fix: fix linting errors
* fix(lago.py): fix module init error
* fix: fix linting errors
* ci(config.yml): cd into correct dir for checks
* fix(proxy_server.py): fix linting error
* fix(utils.py): fix bare except
causes ruff linting errors
* fix: ruff - fix remaining linting errors
* fix(clickhouse.py): use standard logging object
* fix(__init__.py): fix unprotected import
* fix: ruff - fix linting errors
* fix: fix linting errors
* ci(config.yml): cleanup code qa step (formatting handled in local_testing)
* fix(_health_endpoints.py): fix ruff linting errors
* ci(config.yml): just use ruff in check_code_quality pipeline for now
* build(custom_guardrail.py): include missing file
* style(embedding_handler.py): fix ruff check
|
2024-10-01 19:44:20 -04:00 |
|
Krrish Dholakia
|
6575143460
|
feat(proxy_server.py): return litellm version in response headers
|
2024-05-08 16:00:08 -07:00 |
|
Krrish Dholakia
|
f5da95685a
|
feat(utils.py): support region based pricing for bedrock + use bedrock's token counts if given
|
2024-01-26 14:53:58 -08:00 |
|
Jakob
|
7ba7272a9a
|
add headers to budget manager
|
2024-01-18 16:10:45 -08:00 |
|
Krrish Dholakia
|
4905929de3
|
refactor: add black formatting
|
2023-12-25 14:11:20 +05:30 |
|
ishaan-jaff
|
762f28e4d7
|
(fix) make print_verbose non blocking
|
2023-12-07 17:31:32 -08:00 |
|
Krrish Dholakia
|
6b40546e59
|
refactor(all-files): removing all print statements; adding pre-commit + flake8 to prevent future regressions
|
2023-11-04 12:50:15 -07:00 |
|
Krrish Dholakia
|
2af46e8be9
|
remove budget manager
|
2023-09-30 11:42:56 -07:00 |
|
Krrish Dholakia
|
5acd1c9d47
|
update budget manager
|
2023-09-18 15:48:29 -07:00 |
|
Krrish Dholakia
|
53b10e4372
|
allow updating budget manager cost by passing in text
|
2023-09-13 15:12:47 -07:00 |
|
Krrish Dholakia
|
041817124f
|
fix testing
|
2023-09-12 22:03:51 -07:00 |
|
Krrish Dholakia
|
2a555eddfa
|
update budget manager docs
|
2023-09-12 20:25:59 -07:00 |
|
Krrish Dholakia
|
e1c91903da
|
add reset budget on duration end to budget manager
|
2023-09-12 13:01:55 -07:00 |
|
Krrish Dholakia
|
5f496f7d2a
|
save budget manager data threaded
|
2023-09-11 15:53:34 -07:00 |
|
Krrish Dholakia
|
34c6f3a25b
|
updates to budget manager naming schema
|
2023-09-11 15:22:52 -07:00 |
|
Krrish Dholakia
|
ee07cb9657
|
adding budget manager to docs
|
2023-09-11 14:51:01 -07:00 |
|
Krrish Dholakia
|
817798c692
|
return user list from budget manager
|
2023-09-11 14:15:00 -07:00 |
|
Krrish Dholakia
|
32fff1e462
|
fix linting issues
|
2023-09-11 13:54:03 -07:00 |
|
Krrish Dholakia
|
9f504a4ff5
|
update budget manager with hosted client
|
2023-09-11 13:46:27 -07:00 |
|
Krrish Dholakia
|
d4806cd686
|
updating budget manager
|
2023-09-11 10:58:09 -07:00 |
|
Krrish Dholakia
|
274640b3ef
|
fix linting issues
|
2023-09-09 20:23:18 -07:00 |
|
Krrish Dholakia
|
b1ec504421
|
update budget manager
|
2023-09-09 20:06:09 -07:00 |
|
ishaan-jaff
|
ca72ebd2df
|
store llm costs in budget manager
|
2023-09-09 19:11:35 -07:00 |
|
Krrish Dholakia
|
8ed85b0523
|
rename apimanager to budget manager
|
2023-09-09 16:10:41 -07:00 |
|