This commit is contained in:
Xi Yan 2024-10-29 14:14:05 -07:00
parent eeab1278f2
commit 4d8bfcea1b
3 changed files with 65 additions and 52 deletions

View file

@ -7,7 +7,8 @@ As an example, for Inference, we could have the implementation be backed by open
A provider can also be just a pointer to a remote REST service -- for example, cloud providers or dedicated inference providers could serve these APIs.
```{toctree}
:maxdepth: 2
:maxdepth: 1
new_api_provider
memory_api
```