"llama/llama.cpp/vscode:/vscode.git/clone" did not exist on "8dd12c873d7816f76d5488c8ff879a574dad5e01"
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
## API
### `GET /models`
Returns a list of available models
### `POST /generate`
Generates completions as a series of JSON objects
model: `string` - The name of the model to use in the `models` folder.
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