mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
* added support for custom scope in get_azure_ad_token_provider * if AZURE_FEDERATED_TOKEN_FILE not set, use azure_token_provider to retrive token with the oidc audiances as scope * fix bug where oidc audience that contains "/" won't be extract correctly * added tests for get_secret with oidc * moved tests to litellm tests folder * tes file naming aligned with source code * renamed test_main because it caused issue in the test in github workflow * updated docs * moved docs to the end of file * fix aws region in example config * renamed test file * added support for custom scope in get_azure_ad_token_provider * if AZURE_FEDERATED_TOKEN_FILE not set, use azure_token_provider to retrive token with the oidc audiances as scope * fix bug where oidc audience that contains "/" won't be extract correctly * added tests for get_secret with oidc * moved tests to litellm tests folder * tes file naming aligned with source code * renamed test_main because it caused issue in the test in github workflow * updated docs * moved docs to the end of file * fix aws region in example config * renamed test file * fix merge conflict resolution error * added support for custom scope in get_azure_ad_token_provider * if AZURE_FEDERATED_TOKEN_FILE not set, use azure_token_provider to retrive token with the oidc audiances as scope * fix bug where oidc audience that contains "/" won't be extract correctly * added tests for get_secret with oidc * moved tests to litellm tests folder * tes file naming aligned with source code * renamed test_main because it caused issue in the test in github workflow * updated docs * moved docs to the end of file * fix aws region in example config * renamed test file * added tests for get_secret with oidc * moved tests to litellm tests folder * tes file naming aligned with source code * renamed test_main because it caused issue in the test in github workflow * updated docs * moved docs to the end of file * renamed test file * fix merge conflict resolution error |
||
|---|---|---|
| .. | ||
| 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.