mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-15 08:27:36 +00:00
* added oauth mcp to docs * added azure ai/grok-4 model family * Revert "added oauth mcp to docs" This reverts commit 950b7cef44f14b2db1429f6fbd32548a7c95d325. * fix: arize ui integration * need to remove a file This reverts commit d6c877b73ac763464f204b77135f3786342373b7. * fix: add arize from ui * updated clarifai functions to openai compatible (#15615) * fix: npm build errors * Snowflake provider support: added embeddings, PAT, account_id (#15372) * snowflake support PAT, account_id and embeddings * format * test embeddings * format * complete test --------- Co-authored-by: Krish Dholakia <krrishdholakia@gmail.com> * Revert "Snowflake provider support: added embeddings, PAT, account_id (#15372)" (#15632) This reverts commit c6d58e5b4af8493c020fa519d72ec6ebc90c896b. --------- Co-authored-by: mubashir1osmani <mubashir.osmani777@gmail.com> Co-authored-by: Mubashir Osmani <ilikewafflesomcuh@gmail.com> Co-authored-by: mogith-pn <143642606+mogith-pn@users.noreply.github.com> Co-authored-by: Andrey <elkin.andr@gmail.com>
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.