* feat: add LiteLLM_TagTable * fix: use new table for tag management * fix - allow setting budgets for tags * working tag creation * fix schema.prisma * add tag info * ui fixes * ui fix tag info * TAG_CACHE_IN_MEMORY_TTL_SECONDS * add Litellm_EntityType * fix get_aggregated_db_spend_update_transactions * fix: _update_entity_spend_in_db * fix _tag_max_budget_check * add tag budget check * add tag_list_transactions * test_get_tag_objects_batch * test_update_tag_db_without_prisma_client * fix get_tags_from_request_body * get_tags_from_request_body * fix get_tags_from_request_body * fix spend tracking utils * get_tags_from_request_body * test_get_tags_from_request_body_with_metadata_tags * feat: add _update_tag_cache spend tracking * fix _PROXY_track_cost_callback * test_tag_cache_update_multiple_tags * fix tag info * docs fix * docs tag budgets * doc fix * docs fix * fix tag budget * docs tag budgets * docs fix * ruff fix |
||
|---|---|---|
| .. | ||
| docs | ||
| img | ||
| release_notes | ||
| src | ||
| static | ||
| .gitignore | ||
| babel.config.js | ||
| Dockerfile | ||
| docusaurus.config.js | ||
| index.md | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| sidebars.js | ||
Website
This website is built using Docusaurus 2, a modern static website generator.
Installation
$ yarn
Local Development
$ yarn start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
Build
$ yarn build
This command generates static content into the build directory and can be served using any static contents hosting service.
Deployment
Using SSH:
$ USE_SSH=true yarn deploy
Not using SSH:
$ GIT_USER=<Your GitHub username> yarn deploy
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.