"src/array/cuda/array_nonzero.hip" did not exist on "cded5b80fe566c174fce1185b5456448d6f9c671"
Commit 2db9c1bb authored by Jeffrey Morgan's avatar Jeffrey Morgan
Browse files

add light documentation for `/models`

parent 51164f57
...@@ -54,7 +54,13 @@ npm run package ...@@ -54,7 +54,13 @@ npm run package
## API ## API
### `GET /models`
Returns a list of available models
### `POST /generate` ### `POST /generate`
Generates completions as a series of JSON objects
model: `string` - The name of the model to use in the `models` folder. model: `string` - The name of the model to use in the `models` folder.
prompt: `string` - The prompt to use. prompt: `string` - The prompt to use.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment