langchain/docs
Margaret Qian 30151c99c7
Update Mosaic endpoint input/output api (#7391)
As noted in prior PRs (https://github.com/hwchase17/langchain/pull/6060,
https://github.com/hwchase17/langchain/pull/7348), the input/output
format has changed a few times as we've stabilized our inference API.
This PR updates the API to the latest stable version as indicated in our
docs: https://docs.mosaicml.com/en/latest/inference.html

The input format looks like this:

`{"inputs": [<prompt>]}
`

The output format looks like this:
`
{"outputs": [<output_text>]}
`
---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
2023-08-24 22:13:17 -07:00
..
api_reference sort api classes (#9710) 2023-08-24 13:53:50 -07:00
docs_skeleton 📖 docs: compact api reference (#8651) 2023-08-24 09:01:52 -07:00
extras Update Mosaic endpoint input/output api (#7391) 2023-08-24 22:13:17 -07:00
snippets docs:misc fixes (#9671) 2023-08-23 22:36:54 -07:00
.local_build.sh
package-lock.json
vercel_requirements.txt