Add shields to README

This commit is contained in:
Dalton Flanagan 2024-07-27 11:02:50 -04:00 committed by GitHub
parent 3583cf2d51
commit b5d7cec11e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,8 @@
# llama-toolchain
![PyPI - Downloads](https://img.shields.io/pypi/dm/llama-toolchain)
![Discord](https://img.shields.io/discord/1257833999603335178)
This repo contains the API specifications for various components of the Llama Stack as well implementations for some of those APIs like model inference.
The Llama Stack consists of toolchain-apis and agentic-apis. This repo contains the toolchain-apis.