starting to build out some docs
Signed-off-by: Matt Williams <m@technovangelist.com>
This commit is contained in:
parent
e3fb1fd3f1
commit
b662d9fd8c
2 changed files with 27 additions and 0 deletions
6
docs/README.md
Normal file
6
docs/README.md
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
# Documentation
|
||||||
|
|
||||||
|
- [Modelfile](./modelfile.md)
|
||||||
|
- [How we store Models](./modelstorage.md)
|
||||||
|
- [How to develop Ollama](./development.md)
|
||||||
|
- [API](./api.md)
|
21
docs/api.md
Normal file
21
docs/api.md
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
[Documentation Home](./README.md)
|
||||||
|
|
||||||
|
# API
|
||||||
|
|
||||||
|
## Generate a Prompt
|
||||||
|
**/api/generate**
|
||||||
|
|
||||||
|
## Create a Model
|
||||||
|
**/api/create**
|
||||||
|
|
||||||
|
## List Local Models
|
||||||
|
**/api/list**
|
||||||
|
|
||||||
|
## Copy a Model
|
||||||
|
**/api/copy**
|
||||||
|
|
||||||
|
## Pull a Model
|
||||||
|
**/api/pull**
|
||||||
|
|
||||||
|
## Push a Model
|
||||||
|
**/api/push**
|
Loading…
Reference in a new issue